]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-m68k/sun3_pgtable.h
Pull asus into release branch
[linux-2.6-omap-h63xx.git] / include / asm-m68k / sun3_pgtable.h
index e974bb072047b2fa9e0072f59da5ba729fb3aed5..5156a28a18d82a722fb9b92879d6c5c413cfeb90 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;