From: Greg Ungerer Date: Thu, 23 Aug 2007 23:25:59 +0000 (+1000) Subject: m68knommu: include asm-generic/pgtable.h X-Git-Tag: v2.6.23-rc4~32 X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=01740fccba6c9af289dfcfb2b265a38ff9382c82;hp=07ef30932ea9540aa4ba79789376a46ee68bb59a;p=linux-2.6 m68knommu: include asm-generic/pgtable.h Include asm-generic/pgtable.h to pick up the lazy_mmu_mode and lazy_cpu_mode macros. Won't build without them. Signed-off-by: Greg Ungerer Signed-off-by: Linus Torvalds --- diff --git a/include/asm-m68knommu/pgtable.h b/include/asm-m68knommu/pgtable.h index e1e6a1d233..46251016e8 100644 --- a/include/asm-m68knommu/pgtable.h +++ b/include/asm-m68knommu/pgtable.h @@ -65,4 +65,6 @@ extern unsigned int kobjsize(const void *objp); #define VMALLOC_START 0 #define VMALLOC_END 0xffffffff +#include + #endif /* _M68KNOMMU_PGTABLE_H */