diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2007-08-22 14:01:29 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-08-22 19:52:45 -0700 |
commit | 4f855897fe6acd98f10e939dea41130cec7b9c42 (patch) | |
tree | 82814ffbdb8e33db87860fbec87488071dd4d997 /include | |
parent | 34b4e4aa3c470ce8fa2bd78abb1741b4b58baad7 (diff) | |
download | linux-4f855897fe6acd98f10e939dea41130cec7b9c42.tar.bz2 |
m68k: <asm/page.h> needs <linux/compiler.h>
m68k: <asm/page.h> needs <linux/compiler.h> because of __attribute_const__
Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/asm-m68k/page.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/asm-m68k/page.h b/include/asm-m68k/page.h index 9e6d0d6debdb..fff1f455bdad 100644 --- a/include/asm-m68k/page.h +++ b/include/asm-m68k/page.h @@ -27,6 +27,8 @@ #ifndef __ASSEMBLY__ +#include <linux/compiler.h> + #include <asm/module.h> #define get_user_page(vaddr) __get_free_page(GFP_KERNEL) |