Skip to content

Commit

Permalink
[PATCH] sun3_ioremap() prototype
Browse files Browse the repository at this point in the history
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
  • Loading branch information
Al Viro authored and Linus Torvalds committed Oct 15, 2006
1 parent 6ce6b3a commit cbff676
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion include/asm-m68k/sun3mmu.h
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down Expand Up @@ -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);
Expand Down

0 comments on commit cbff676

Please sign in to comment.