projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34b4e4a
)
m68k: <asm/page.h> needs <linux/compiler.h>
author
Geert Uytterhoeven
<
[email protected]
>
Wed, 22 Aug 2007 21:01:29 +0000
(14:01 -0700)
committer
Linus Torvalds
<
[email protected]
>
Thu, 23 Aug 2007 02:52:45 +0000
(19:52 -0700)
m68k: <asm/page.h> needs <linux/compiler.h> because of __attribute_const__
Signed-off-by: Geert Uytterhoeven <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
include/asm-m68k/page.h
patch
|
blob
|
history
diff --git
a/include/asm-m68k/page.h
b/include/asm-m68k/page.h
index 9e6d0d6debdb39e5617902ed6231047edc0bb743..fff1f455bdad7e7d356f4ded66f4183d16f99e68 100644
(file)
--- 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)