diff options
author | Geert Uytterhoeven <geert@linux-m68k.org> | 2007-08-22 17:01:29 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-08-22 22:52:45 -0400 |
commit | 4f855897fe6acd98f10e939dea41130cec7b9c42 (patch) | |
tree | 82814ffbdb8e33db87860fbec87488071dd4d997 /include/asm-m68k/page.h | |
parent | 34b4e4aa3c470ce8fa2bd78abb1741b4b58baad7 (diff) |
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/asm-m68k/page.h')
-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 @@ | |||
27 | 27 | ||
28 | #ifndef __ASSEMBLY__ | 28 | #ifndef __ASSEMBLY__ |
29 | 29 | ||
30 | #include <linux/compiler.h> | ||
31 | |||
30 | #include <asm/module.h> | 32 | #include <asm/module.h> |
31 | 33 | ||
32 | #define get_user_page(vaddr) __get_free_page(GFP_KERNEL) | 34 | #define get_user_page(vaddr) __get_free_page(GFP_KERNEL) |