summary refs log tree commit diff
path: root/arch/arm/mach-ux500/Makefile
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2013-11-06 10:05:46 +0000
committerLinus Walleij <linus.walleij@linaro.org>2013-11-26 21:01:58 +0100
commitcef2e06cf4184cadbfeb459a8a5ab7205f526f78 (patch)
tree0ace47aaecb0afd428a08dbd1eb6d5aa59d62f87 /arch/arm/mach-ux500/Makefile
parente937274f4268923c5220843cadddb7b78a51ecac (diff)
downloadlinux-cef2e06cf4184cadbfeb459a8a5ab7205f526f78.tar.gz
ARM: ux500: Remove unused call to register AMBA devices
Decomission the AMBA device register functions.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-ux500/Makefile')
-rw-r--r--arch/arm/mach-ux500/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/Makefile b/arch/arm/mach-ux500/Makefile
index 66f351f9358e..d05ba759da30 100644
--- a/arch/arm/mach-ux500/Makefile
+++ b/arch/arm/mach-ux500/Makefile
@@ -2,7 +2,7 @@
 # Makefile for the linux kernel, U8500 machine.
 #
 
-obj-y				:= cpu.o devices.o id.o timer.o pm.o
+obj-y				:= cpu.o id.o timer.o pm.o
 obj-$(CONFIG_CACHE_L2X0)	+= cache-l2x0.o
 obj-$(CONFIG_UX500_SOC_DB8500)	+= cpu-db8500.o
 obj-$(CONFIG_MACH_MOP500)	+= board-mop500-sdi.o \