From: Rafael J. Wysocki Date: Fri, 30 May 2014 02:29:14 +0000 (+0200) Subject: ACPI / scan: always register memory hotplug scan handler X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~5^2~7^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cccd420859a419756bc4ed25d52989a47d702561;p=pandora-kernel.git ACPI / scan: always register memory hotplug scan handler Prevent platform devices from being created for ACPI memory device objects if CONFIG_ACPI_HOTPLUG_MEMORY is unset by compiling out the memory hotplug scan handler's callbacks only in that case and still compiling its device ID list in and registering the scan handler in either case. Also unset the memory hotplug scan handler's .attach() callback if acpi_no_memhotplug is set, but still register the scan handler to avoid creating platform devices for ACPI memory devices in that case too. This change is based on a prototype from Zhang Rui. Signed-off-by: Rafael J. Wysocki Reviewed-by: Mika Westerberg --- Reading git-diff-tree failed