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

[PATCH] sun3_ioremap() prototype

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by

Al Viro and committed by
Linus Torvalds
cbff6766 6ce6b3ae

+2 -1
+2 -1
include/asm-m68k/sun3mmu.h
··· 4 4 #ifndef __SUN3_MMU_H__ 5 5 #define __SUN3_MMU_H__ 6 6 7 + #include <linux/types.h> 7 8 #include <asm/movs.h> 8 9 #include <asm/sun3-head.h> 9 10 ··· 161 160 return; 162 161 } 163 162 164 - extern void *sun3_ioremap(unsigned long phys, unsigned long size, 163 + extern void __iomem *sun3_ioremap(unsigned long phys, unsigned long size, 165 164 unsigned long type); 166 165 167 166 extern int sun3_map_test(unsigned long addr, char *val);