Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / include / asm-m68k / sun3_pgtable.h
index e974bb0..5156a28 100644 (file)
@@ -211,7 +211,7 @@ static inline unsigned long pte_to_pgoff(pte_t pte)
        return pte.pte & SUN3_PAGE_PGNUM_MASK;
 }
 
-static inline pte_t pgoff_to_pte(inline unsigned off)
+static inline pte_t pgoff_to_pte(unsigned off)
 {
        pte_t pte = { off + SUN3_PAGE_ACCESSED };
        return pte;