diff options
author | Rob Herring <rob.herring@calxeda.com> | 2012-02-29 10:56:15 -0600 |
---|---|---|
committer | Rob Herring <rob.herring@calxeda.com> | 2012-03-06 21:23:18 -0600 |
commit | 1dfe34ae794c13b11192baac022826f9c53fe377 (patch) | |
tree | 7a54775a34316da1c10e8850dc1885091de96922 /arch/arm/mach-iop13xx/include | |
parent | b12e9ba59c83f7df846602b201b64e4ddf28ccee (diff) | |
download | blackbird-op-linux-1dfe34ae794c13b11192baac022826f9c53fe377.tar.gz blackbird-op-linux-1dfe34ae794c13b11192baac022826f9c53fe377.zip |
ARM: iop13xx: use runtime ioremap hook
Convert iop13xx platforms to use run-time ioremap hook instead of the
compile time hook. The custom ioremap is still needed for 64-bit address
handling.
Signed-off-by: Rob Herring <rob.herring@calxeda.com>
Cc: Russell King <linux@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-iop13xx/include')
-rw-r--r-- | arch/arm/mach-iop13xx/include/mach/io.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/arch/arm/mach-iop13xx/include/mach/io.h b/arch/arm/mach-iop13xx/include/mach/io.h index dffb234bb967..2a69fc0c7223 100644 --- a/arch/arm/mach-iop13xx/include/mach/io.h +++ b/arch/arm/mach-iop13xx/include/mach/io.h @@ -26,16 +26,9 @@ #define __mem_isa(a) (a) extern void __iomem * __iop13xx_io(unsigned long io_addr); -extern void __iomem *__iop13xx_ioremap(unsigned long cookie, size_t size, - unsigned int mtype); -extern void __iop13xx_iounmap(void __iomem *addr); - extern u32 iop13xx_atue_mem_base; extern u32 iop13xx_atux_mem_base; extern size_t iop13xx_atue_mem_size; extern size_t iop13xx_atux_mem_size; -#define __arch_ioremap __iop13xx_ioremap -#define __arch_iounmap __iop13xx_iounmap - #endif |