mm: introduce include/linux/pgtable.h
[linux-2.6-microblaze.git] / arch / um / include / asm / pgtable.h
index b5ddf5d..9618a0b 100644 (file)
@@ -353,8 +353,6 @@ extern pte_t *virt_to_pte(struct mm_struct *mm, unsigned long addr);
 
 #define kern_addr_valid(addr) (1)
 
-#include <asm-generic/pgtable.h>
-
 /* Clear a kernel PTE and flush it from the TLB */
 #define kpte_clear_flush(ptep, vaddr)          \
 do {                                           \