From: Geert Uytterhoeven m68k: needs because of __attribute_const__ Signed-off-by: Geert Uytterhoeven Signed-off-by: Andrew Morton --- include/asm-m68k/page.h | 2 ++ 1 files changed, 2 insertions(+) diff -puN include/asm-m68k/page.h~m68k-asm-pageh-needs-linux-compilerh include/asm-m68k/page.h --- a/include/asm-m68k/page.h~m68k-asm-pageh-needs-linux-compilerh +++ a/include/asm-m68k/page.h @@ -27,6 +27,8 @@ #ifndef __ASSEMBLY__ +#include + #include #define get_user_page(vaddr) __get_free_page(GFP_KERNEL) _