commit | 5efc5476184173996dfcce780c2bb5e727df674e | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Mon Jun 22 20:41:30 2009 +0000 |
committer | Len Brown <len.brown@intel.com> | Thu Jun 25 12:16:33 2009 -0400 |
tree | d1c1fe6912e9c5eda7016a012f8e9f4f5639182e | |
parent | 80f20fef6a2381402e59b169eb51b989cc175ab7 [diff] |
ACPI: EC: move acpi_ec_start() after acpi_ec_add() This patch rearranges ec_install_handlers() and acpi_ec_start() so acpi_ec_start() ends up just after acpi_ec_add(). A subsequent patch will merge them. Code movement only; no functional change. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> CC: Alexey Starikovskiy <astarikovskiy@suse.de> Signed-off-by: Len Brown <len.brown@intel.com>