From: Bjorn Helgaas Date: Mon, 22 Jun 2009 20:41:40 +0000 (+0000) Subject: ACPI: EC: remove .stop() method X-Git-Tag: v2.6.32-rc1~171^2~12^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cf745ec7a1222a661b2c5f0e8c2c4be81300d2a4;p=pandora-kernel.git 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 Reviewed-by: Alex Chiang CC: Alexey Starikovskiy Signed-off-by: Len Brown --- Reading git-diff-tree failed