]> 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 ea49411236dcf71334dc4dafbb152d33e720e6cc..14904876e8fbd8deaf8b8ccc7e819af60f098514 100644 (file)
@@ -8,7 +8,6 @@
 #ifndef __UM_PGALLOC_H
 #define __UM_PGALLOC_H
 
-#include "linux/config.h"
 #include "linux/mm.h"
 #include "asm/fixmap.h"
 
@@ -43,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);
 }