h8300/pgtable: add missing #include <asm-generic/pgtable.h>
[platform/adaptation/renesas_rcar/renesas_kernel.git] / arch / h8300 / include / asm / pgtable.h
index a09230a..62ef176 100644 (file)
@@ -70,4 +70,7 @@ extern int is_in_rom(unsigned long);
 #define        VMALLOC_END     0xffffffff
 
 #define arch_enter_lazy_cpu_mode()    do {} while (0)
+
+#include <asm-generic/pgtable.h>
+
 #endif /* _H8300_PGTABLE_H */