summaryrefslogtreecommitdiff
path: root/include/asm-arm/arch-iop32x
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2007-05-09 19:21:11 (GMT)
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-05-11 16:20:06 (GMT)
commitf75fd965d500d33720948f30d409c6c7729a80af (patch)
treece2ae1a7c8586b545d27830c2d9d229914bc659c /include/asm-arm/arch-iop32x
parent3b11e449b3a8d9b912d80e28f62985f22a70e87f (diff)
downloadlinux-fsl-qoriq-f75fd965d500d33720948f30d409c6c7729a80af.tar.xz
[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-iop32x')
-rw-r--r--include/asm-arm/arch-iop32x/io.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-arm/arch-iop32x/io.h b/include/asm-arm/arch-iop32x/io.h
index 994f16a..958af75 100644
--- a/include/asm-arm/arch-iop32x/io.h
+++ b/include/asm-arm/arch-iop32x/io.h
@@ -14,7 +14,7 @@
#include <asm/hardware.h>
extern void __iomem *__iop3xx_ioremap(unsigned long cookie, size_t size,
- unsigned long flags);
+ unsigned int mtype);
extern void __iop3xx_iounmap(void __iomem *addr);
#define IO_SPACE_LIMIT 0xffffffff