]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/asm-um/pgalloc.h
uml: update address space affected by pud_clear
[linux-2.6-omap-h63xx.git] / include / asm-um / pgalloc.h
index 34ab268ef40e6f5453662ce1b1b00a08429f734b..14904876e8fbd8deaf8b8ccc7e819af60f098514 100644 (file)
@@ -42,7 +42,7 @@ static inline void pte_free(struct page *pte)
 
 #ifdef CONFIG_3_LEVEL_PGTABLES
 
-extern __inline__ void pmd_free(pmd_t *pmd)
+static inline void pmd_free(pmd_t *pmd)
 {
        free_page((unsigned long)pmd);
 }