Commit 30a09616 authored by Russell King's avatar Russell King Committed by Russell King

[ARM] ebsa110: __arch_ioremap should be 3 args

Signed-off-by: default avatarRussell King <rmk+kernel@arm.linux.org.uk>
parent 5aaf2910
......@@ -64,7 +64,7 @@ void __writel(u32 val, void __iomem *addr);
#define writew(v,b) __writew(v,b)
#define writel(v,b) __writel(v,b)
#define __arch_ioremap(cookie,sz,c,a) ((void __iomem *)(cookie))
#define __arch_ioremap(cookie,sz,c) ((void __iomem *)(cookie))
#define __arch_iounmap(cookie) do { } while (0)
extern void insb(unsigned int port, void *buf, int sz);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment