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)
commit690b8d9d54941c90af1d43b0cc24903d20386f5b
tree9c221321105afe3735430c14604d2c473aefc005
parent9654640d0af8f2de40ff3807d3695109d3463f54
ACPI: Altix: cannot register acpi bus driver before bus scan

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>
arch/ia64/sn/kernel/io_acpi_init.c