commit | d02be04707b8ff5375a76c027327e8708877da39 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Mon Jun 22 20:41:35 2009 +0000 |
committer | Len Brown <len.brown@intel.com> | Thu Jun 25 12:16:33 2009 -0400 |
tree | 3589614c40f2543a8b68a999991f0b9ad741fda1 | |
parent | 5efc5476184173996dfcce780c2bb5e727df674e [diff] |
ACPI: EC: remove .start() method This patch folds the .start() method into .add(). acpi_ec_start() is always called immediately after acpi_ec_add(), so there's no need to have it be a separate method. Signed-off-by: Bjorn Helgaas <bjorn.helgaas@hp.com> Reviewed-by: Alex Chiang <achiang@hp.com> CC: Alexey Starikovskiy <astarikovskiy@suse.de> Signed-off-by: Len Brown <len.brown@intel.com>