diff options
author | Rob Herring <rob.herring@calxeda.com> | 2011-05-15 13:44:17 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-10-31 09:14:05 -0400 |
commit | 8b61f37440388ebbd2a894178fe098f2e70ab392 (patch) | |
tree | 15d6b6941337c1d220b19459a3887809165a0812 /arch/arm/mach-highbank/Makefile | |
parent | 9680b3d04d27ed90479eb84d2054ddd3deb83d5e (diff) |
ARM: highbank: add suspend support
Add the platform suspend ops for highbank.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Reviewed-by: Jamie Iles <jamie@jamieiles.com>
Reviewed-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-highbank/Makefile')
-rw-r--r-- | arch/arm/mach-highbank/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-highbank/Makefile b/arch/arm/mach-highbank/Makefile index c45078f820ae..986958a5a720 100644 --- a/arch/arm/mach-highbank/Makefile +++ b/arch/arm/mach-highbank/Makefile | |||
@@ -3,3 +3,4 @@ obj-$(CONFIG_DEBUG_HIGHBANK_UART) += lluart.o | |||
3 | obj-$(CONFIG_SMP) += platsmp.o | 3 | obj-$(CONFIG_SMP) += platsmp.o |
4 | obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o | 4 | obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o |
5 | obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o | 5 | obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o |
6 | obj-$(CONFIG_PM_SLEEP) += pm.o | ||