ACPI: EC: remove .start() method
authorBjorn Helgaas <bjorn.helgaas@hp.com>
Mon, 22 Jun 2009 20:41:35 +0000 (20:41 +0000)
committerLen Brown <len.brown@intel.com>
Thu, 25 Jun 2009 16:16:33 +0000 (12:16 -0400)
commitd02be04707b8ff5375a76c027327e8708877da39
tree3589614c40f2543a8b68a999991f0b9ad741fda1
parent5efc5476184173996dfcce780c2bb5e727df674e
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>
drivers/acpi/ec.c