summaryrefslogtreecommitdiff
path: root/arch/arm/mach-picoxcell/common.h
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/common.h
parent98e27a5c13badb5c56d9d1d6c8ec210753ac1195 (diff)
downloadlinux-3.10-8f37a0b49656ed961598351da3ebdd89f2d2e5b4.tar.gz
linux-3.10-8f37a0b49656ed961598351da3ebdd89f2d2e5b4.tar.bz2
linux-3.10-8f37a0b49656ed961598351da3ebdd89f2d2e5b4.zip
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/common.h')
-rw-r--r--arch/arm/mach-picoxcell/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-picoxcell/common.h b/arch/arm/mach-picoxcell/common.h
index 5263f0fa095..83d55ab956a 100644
--- a/arch/arm/mach-picoxcell/common.h
+++ b/arch/arm/mach-picoxcell/common.h
@@ -13,6 +13,5 @@
#include <asm/mach/time.h>
extern struct sys_timer picoxcell_timer;
-extern void picoxcell_map_io(void);
#endif /* __PICOXCELL_COMMON_H__ */