[PATCH] m68k: bogus function argument types (sun3_pgtable.h)

function arguments can't be inline, TYVM...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Roman Zippel <zippel@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>

authored by Al Viro and committed by Linus Torvalds 0efb7134 7f263338

+1 -1
+1 -1
include/asm-m68k/sun3_pgtable.h
··· 211 211 return pte.pte & SUN3_PAGE_PGNUM_MASK; 212 212 } 213 213 214 - static inline pte_t pgoff_to_pte(inline unsigned off) 214 + static inline pte_t pgoff_to_pte(unsigned off) 215 215 { 216 216 pte_t pte = { off + SUN3_PAGE_ACCESSED }; 217 217 return pte;