ACPI: Altix: cannot register acpi bus driver before bus scan
authorJohn Keller <jpk@sgi.com>
Fri, 23 Feb 2007 22:24:16 +0000 (16:24 -0600)
committerLen Brown <len.brown@intel.com>
Sat, 24 Feb 2007 04:06:59 +0000 (23:06 -0500)
SN code to initialize the Hub/TIO infrastructure needs to
execute before bus scanning. This was previously done with
an early call to acpi_bus_register_driver().  But now that
ACPI is using the Linux driver model, a driver cannot be registered
that early. Make changes to have the init routines invoked via
calls to acpi_get_devices().

Signed-off-by: John Keller <jpk@sgi.com>
Signed-off-by: Len Brown <len.brown@intel.com>

No differences found