From: John Keller Date: Fri, 23 Feb 2007 22:24:16 +0000 (-0600) Subject: ACPI: Altix: cannot register acpi bus driver before bus scan X-Git-Tag: v2.6.21-rc4~64^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=690b8d9d54941c90af1d43b0cc24903d20386f5b;p=pandora-kernel.git 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 Signed-off-by: Len Brown --- Reading git-diff-tree failed