提交 cbff6766 编写于 作者: A Al Viro 提交者: Linus Torvalds

[PATCH] sun3_ioremap() prototype

Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
Signed-off-by: NLinus Torvalds <torvalds@osdl.org>
上级 6ce6b3ae
......@@ -4,6 +4,7 @@
#ifndef __SUN3_MMU_H__
#define __SUN3_MMU_H__
#include <linux/types.h>
#include <asm/movs.h>
#include <asm/sun3-head.h>
......@@ -160,7 +161,7 @@ static inline void sun3_put_context(unsigned char c)
return;
}
extern void *sun3_ioremap(unsigned long phys, unsigned long size,
extern void __iomem *sun3_ioremap(unsigned long phys, unsigned long size,
unsigned long type);
extern int sun3_map_test(unsigned long addr, char *val);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册