commit | a5f820feb54a59fcdaf4a67a6381ea1ddb36cc6e | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Tue Mar 24 16:49:48 2009 -0600 |
committer | Len Brown <len.brown@intel.com> | Fri Mar 27 12:50:02 2009 -0400 |
tree | f8a9546077306e87fd55f470860b4e15f53539c2 | |
parent | e747f274951507b5a0850155c3d709e26d20de5b [diff] |
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 <bjorn.helgaas@hp.com> CC: Alexey Starikovskiy <astarikovskiy@suse.de> Signed-off-by: Len Brown <len.brown@intel.com>