From: Bjorn Helgaas Date: Tue, 24 Mar 2009 22:50:03 +0000 (-0600) Subject: ACPI: call acpi_debug_init() explicitly rather than as initcall X-Git-Tag: v2.6.30-rc1~199^2~25^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=84f810c33f695e020776ce66c903e0b41872f1b2;p=pandora-kernel.git ACPI: call acpi_debug_init() explicitly rather than as initcall This patch makes acpi_init() call acpi_debug_init() directly. Previously, both were subsys_initcalls. acpi_debug_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