diff options
author | Jamie Iles <jamie@jamieiles.com> | 2011-12-12 20:21:39 +0000 |
---|---|---|
committer | Jamie Iles <jamie@jamieiles.com> | 2011-12-18 10:48:20 +0000 |
commit | 8f37a0b49656ed961598351da3ebdd89f2d2e5b4 (patch) | |
tree | 198dd1837c1141b09c2e2acecd713664e393f0a4 /arch/arm/mach-picoxcell/common.h | |
parent | 98e27a5c13badb5c56d9d1d6c8ec210753ac1195 (diff) | |
download | talos-obmc-linux-8f37a0b49656ed961598351da3ebdd89f2d2e5b4.tar.gz talos-obmc-linux-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/mach-picoxcell/common.h b/arch/arm/mach-picoxcell/common.h index 5263f0fa095c..83d55ab956a4 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__ */ |