summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-picoxcell/Makefile
diff options
context:
space:
mode:
authorJamie Iles <jamie@jamieiles.com>2011-12-12 20:21:39 +0000
committerJamie Iles <jamie@jamieiles.com>2011-12-18 10:48:20 +0000
commit8f37a0b49656ed961598351da3ebdd89f2d2e5b4 (patch)
tree198dd1837c1141b09c2e2acecd713664e393f0a4 /arch/arm/mach-picoxcell/Makefile
parent98e27a5c13badb5c56d9d1d6c8ec210753ac1195 (diff)
downloadlinux-8f37a0b49656ed961598351da3ebdd89f2d2e5b4.tar.bz2
ARM: picoxcell: move io mappings to common.c
Now that we have lost our machine specific ioremap() we just have one mapping that covers all peripherals. Move this to common.c to simplify things a little. Signed-off-by: Jamie Iles <jamie@jamieiles.com>
Diffstat (limited to 'arch/arm/mach-picoxcell/Makefile')
-rw-r--r--arch/arm/mach-picoxcell/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-picoxcell/Makefile b/arch/arm/mach-picoxcell/Makefile
index c550b6363488..e5ec4a8d9bcb 100644
--- a/arch/arm/mach-picoxcell/Makefile
+++ b/arch/arm/mach-picoxcell/Makefile
@@ -1,3 +1,2 @@
obj-y := common.o
obj-y += time.o
-obj-y += io.o