summaryrefslogtreecommitdiff
path: root/arch/arm/mach-vt8500/Makefile
diff options
context:
space:
mode:
authorTony Prisk <linux@prisktech.co.nz>2012-07-19 03:42:19 +1200
committerArnd Bergmann <arnd@arndb.de>2012-07-18 18:51:55 +0200
commit86cc0ef8abd25fab2c7c6a6a57faf5cd8503a15b (patch)
tree3eb611f52f3a75aced6915c944e03a4cf4f40850 /arch/arm/mach-vt8500/Makefile
parentc26abeb7b5ee571ff47a094ede2c84356229628a (diff)
ARM:vt8500: Convert to use .restart and remove arch_reset()
Removed system.h as it only contained an inline for arch_reset() Changed the existing board files to use .restart in there machine descriptions. Added device tree support for the restart controller. Device tree support for mach-vt8500 is still a work-in-progress. Signed-off-by: Tony Prisk <linux@prisktech.co.nz> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-vt8500/Makefile')
-rw-r--r--arch/arm/mach-vt8500/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-vt8500/Makefile b/arch/arm/mach-vt8500/Makefile
index 81aedb7c893c..54e69973f39b 100644
--- a/arch/arm/mach-vt8500/Makefile
+++ b/arch/arm/mach-vt8500/Makefile
@@ -1,4 +1,4 @@
-obj-y += devices.o gpio.o irq.o timer.o
+obj-y += devices.o gpio.o irq.o timer.o restart.o
obj-$(CONFIG_VTWM_VERSION_VT8500) += devices-vt8500.o
obj-$(CONFIG_VTWM_VERSION_WM8505) += devices-wm8505.o