From: Bjorn Helgaas Date: Tue, 24 Mar 2009 22:49:48 +0000 (-0600) Subject: ACPI: call acpi_ec_init() explicitly rather than as initcall X-Git-Tag: v2.6.30-rc1~199^2~25^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a5f820feb54a59fcdaf4a67a6381ea1ddb36cc6e;p=pandora-kernel.git ACPI: call acpi_ec_init() explicitly rather than as initcall This patch makes acpi_init() call acpi_ec_init() directly. Previously, both were subsys_initcalls. acpi_ec_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 CC: Alexey Starikovskiy Signed-off-by: Len Brown --- Reading git-diff-tree failed