From: Bjorn Helgaas Date: Mon, 22 Jun 2009 20:41:25 +0000 (+0000) Subject: ACPI: memory hotplug: remove .start() method X-Git-Tag: v2.6.32-rc1~171^2~12^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=80f20fef6a2381402e59b169eb51b989cc175ab7;p=pandora-kernel.git ACPI: memory hotplug: remove .start() method This patch folds the .start() method into .add(). The .start() method is called in two paths: boot-time device enumeration and run-time node addition, currently via container_device_add(). In both cases, .start() is called immediately after .add(), so there's no reason to make them separate methods. Signed-off-by: Bjorn Helgaas Reviewed-by: Alex Chiang CC: Yasunori Goto CC: Dave Hansen Signed-off-by: Len Brown --- Reading git-diff-tree failed