aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm/arch-iop13xx/io.h
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2007-05-09 20:21:11 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-05-11 17:20:06 +0100
commitf75fd965d500d33720948f30d409c6c7729a80af (patch)
treece2ae1a7c8586b545d27830c2d9d229914bc659c /include/asm-arm/arch-iop13xx/io.h
parent[ARM] EBSA110: fix build errors caused by missing "const" (diff)
downloadlinux-dev-f75fd965d500d33720948f30d409c6c7729a80af.tar.xz
linux-dev-f75fd965d500d33720948f30d409c6c7729a80af.zip
[ARM] Fix iop32x/iop33x build
arch/arm/plat-iop/io.c:26: error: conflicting types for '__iop3xx_ioremap' Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'include/asm-arm/arch-iop13xx/io.h')
-rw-r--r--include/asm-arm/arch-iop13xx/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-iop13xx/io.h b/include/asm-arm/arch-iop13xx/io.h
index 7dfff4ad82b3..a6e0f9e6ddcf 100644
--- a/include/asm-arm/arch-iop13xx/io.h
+++ b/include/asm-arm/arch-iop13xx/io.h
@@ -27,7 +27,7 @@
extern void __iomem * __iop13xx_io(unsigned long io_addr);
extern void __iomem *__iop13xx_ioremap(unsigned long cookie, size_t size,
- unsigned long flags);
+ unsigned int mtype);
extern void __iop13xx_iounmap(void __iomem *addr);
extern u32 iop13xx_atue_mem_base;