summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/Makefile
diff options
context:
space:
mode:
authorMagnus Damm <damm@opensource.se>2013-02-18 22:48:03 +0900
committerSimon Horman <horms+renesas@verge.net.au>2013-03-13 02:13:21 +0900
commit5e4460fcc845ae669e20eac67558871d3f0ca432 (patch)
tree66e9193481fab0614a3fa1d08eede973bb0f7b81 /arch/arm/mach-shmobile/Makefile
parentfd0865c3f7054d9068007fd280681cb4ea7929a1 (diff)
downloadop-kernel-dev-5e4460fcc845ae669e20eac67558871d3f0ca432.zip
op-kernel-dev-5e4460fcc845ae669e20eac67558871d3f0ca432.tar.gz
ARM: shmobile: Remove unused hotplug.c
Each CPU Hotplug implementation for mach-shmobile is now self-contained, so this change removes unused helper code in hotplug.c. The two CPU Hotplug capable SoCs sh73a0 and r8a7779 remain unchanged. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile/Makefile')
-rw-r--r--arch/arm/mach-shmobile/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/Makefile b/arch/arm/mach-shmobile/Makefile
index d7d2057..b646ff4 100644
--- a/arch/arm/mach-shmobile/Makefile
+++ b/arch/arm/mach-shmobile/Makefile
@@ -14,7 +14,6 @@ obj-$(CONFIG_ARCH_EMEV2) += setup-emev2.o clock-emev2.o
# SMP objects
smp-y := platsmp.o headsmp.o
-smp-$(CONFIG_HOTPLUG_CPU) += hotplug.o
smp-$(CONFIG_ARCH_SH73A0) += smp-sh73a0.o headsmp-scu.o
smp-$(CONFIG_ARCH_R8A7779) += smp-r8a7779.o headsmp-scu.o
smp-$(CONFIG_ARCH_EMEV2) += smp-emev2.o headsmp-scu.o
OpenPOWER on IntegriCloud