commit | cf745ec7a1222a661b2c5f0e8c2c4be81300d2a4 | [log] [tgz] |
---|---|---|
author | Bjorn Helgaas <bjorn.helgaas@hp.com> | Mon Jun 22 20:41:40 2009 +0000 |
committer | Len Brown <len.brown@intel.com> | Thu Jun 25 12:16:33 2009 -0400 |
tree | eabebf496f7c06bebb20137097ac956b601e71a7 | |
parent | d02be04707b8ff5375a76c027327e8708877da39 [diff] |
ACPI: EC: remove .stop() method This patch folds the .stop() method into .remove(). acpi_ec_stop() is only called via acpi_device_probe() and acpi_device_remove(), and in both cases it is called immediately before acpi_ec_remove(), 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>