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