From: Bjorn Helgaas Date: Tue, 24 Mar 2009 22:49:58 +0000 (-0600) Subject: ACPI: call acpi_system_init() explicitly rather than as initcall X-Git-Tag: v2.6.30-rc1~199^2~25^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=141a0af3cab7de690816b17aad1682050219f774;p=pandora-kernel.git ACPI: call acpi_system_init() explicitly rather than as initcall This patch makes acpi_init() call acpi_system_init() directly. Previously, both were subsys_initcalls. acpi_system_init() must happen after acpi_init(), and it's better to call it explicitly rather than rely on link ordering. Signed-off-by: Bjorn Helgaas Signed-off-by: Len Brown --- Reading git-diff-tree failed