Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[ARM] ebsa110: __arch_ioremap should be 3 args

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

authored by

Russell King and committed by
Russell King
30a09616 5aaf2910

+1 -1
+1 -1
include/asm-arm/arch-ebsa110/io.h
··· 64 64 #define writew(v,b) __writew(v,b) 65 65 #define writel(v,b) __writel(v,b) 66 66 67 - #define __arch_ioremap(cookie,sz,c,a) ((void __iomem *)(cookie)) 67 + #define __arch_ioremap(cookie,sz,c) ((void __iomem *)(cookie)) 68 68 #define __arch_iounmap(cookie) do { } while (0) 69 69 70 70 extern void insb(unsigned int port, void *buf, int sz);