From: Bjorn Helgaas Date: Mon, 22 Jun 2009 20:41:19 +0000 (+0000) Subject: ACPI: processor: remove .start() method X-Git-Tag: v2.6.32-rc1~171^2~12^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=970b04929a68134acca17878b1d93e115e58c12a;p=pandora-kernel.git ACPI: processor: remove .start() method This patch folds the .start() method into .add(). acpi_processor_start() is always called immediately after acpi_processor_add(), so there's really no point in having them be separate methods. Signed-off-by: Bjorn Helgaas Reviewed-by: Alex Chiang CC: Venkatesh Pallipadi CC: Zhao Yakui Signed-off-by: Len Brown --- Reading git-diff-tree failed