]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
[ARM] Fix iop32x/iop33x build
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Wed, 9 May 2007 19:21:11 +0000 (20:21 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Fri, 11 May 2007 16:20:06 +0000 (17:20 +0100)
arch/arm/plat-iop/io.c:26: error: conflicting types for '__iop3xx_ioremap'

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
include/asm-arm/arch-iop13xx/io.h
include/asm-arm/arch-iop32x/io.h
include/asm-arm/arch-iop33x/io.h

index 7dfff4ad82b333b7db5547a51ec743b1b8cc6d02..a6e0f9e6ddcf4136147eb7dbd78bdab7dfa9b489 100644 (file)
@@ -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;
index 994f16af50579ef9c487a33a16d0fb7644b03646..958af751a4848fd3a5bdd426810d883223f41aa5 100644 (file)
@@ -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
index 993f7589b29f27f2441aec030f08b5646c64a207..fec9c53e2b10b5ad6cc6a56af6788f9040f18c2a 100644 (file)
@@ -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