aboutsummaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-iop13xx
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2007-05-05 11:57:39 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-05-05 11:57:39 +0100
commit0058ca32c3004547ede575668a2be31862b92000 (patch)
tree3fd5a35c4e1a9ff5d1464ac2df81bf50ca1db190 /include/asm-arm/arch-iop13xx
parentc172cc92c87103c98b5cd359205b684bf99b5067 (diff)
[ARM] mm 7: remove duplicated __ioremap() prototypes
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-iop13xx')
-rw-r--r--include/asm-arm/arch-iop13xx/io.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/arch-iop13xx/io.h b/include/asm-arm/arch-iop13xx/io.h
index 5a7bdb52660..7dfff4ad82b 100644
--- a/include/asm-arm/arch-iop13xx/io.h
+++ b/include/asm-arm/arch-iop13xx/io.h
@@ -26,7 +26,6 @@
#define __mem_isa(a) (a)
extern void __iomem * __iop13xx_io(unsigned long io_addr);
-extern void __iomem * __ioremap(unsigned long, size_t, unsigned long);
extern void __iomem *__iop13xx_ioremap(unsigned long cookie, size_t size,
unsigned long flags);
extern void __iop13xx_iounmap(void __iomem *addr);