From dd68eb02e4598d81e9e42400ccbd2cc42f012bfa Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Thu, 26 Sep 2013 20:02:51 -0500 Subject: ARM: highbank: adapt to use ARM PSCI calls This adapts highbank to use psci for smp_ops and the cpu_suspend function for suspend/resume. Signed-off-by: Rob Herring --- arch/arm/mach-highbank/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'arch/arm/mach-highbank/Makefile') diff --git a/arch/arm/mach-highbank/Makefile b/arch/arm/mach-highbank/Makefile index 8a1ef576d79f..55840f414d3e 100644 --- a/arch/arm/mach-highbank/Makefile +++ b/arch/arm/mach-highbank/Makefile @@ -3,6 +3,4 @@ obj-y := highbank.o system.o smc.o plus_sec := $(call as-instr,.arch_extension sec,+sec) AFLAGS_smc.o :=-Wa,-march=armv7-a$(plus_sec) -obj-$(CONFIG_SMP) += platsmp.o -obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o obj-$(CONFIG_PM_SLEEP) += pm.o -- cgit v1.2.3