ARM: 7874/2: bL_switcher: Remove cpu_hotplug_driver_{lock,unlock}()
authorTushar Behera <tushar.behera@linaro.org>
Thu, 31 Oct 2013 05:46:14 +0000 (06:46 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 7 Nov 2013 00:14:14 +0000 (00:14 +0000)
commitb0ced9d220f78f27b93e4d1024b3865ba172dbce
treed08e7e8cd9ad0eb82bd1261e3bb97c7312d4aa54
parent2098990e7c558c175b96213d41058983e00a7919
ARM: 7874/2: bL_switcher: Remove cpu_hotplug_driver_{lock,unlock}()

Commit 6dedcca610c6 ("hotplug, powerpc, x86: Remove
cpu_hotplug_driver_lock())" removes the the definition of
cpu_hotplug_driver_{lock,unlock} APIs, thereby causing a build error.

Replace these calls with {lock,unlock}_device_hotplug().

Signed-off-by: Tushar Behera <tushar.behera@linaro.org>
Signed-off-by: Nicolas Pitre <nico@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/common/bL_switcher.c