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:
cff397e
)
mm: includecheck fix for mm/nommu.c
author
Jaswinder Singh Rajput
<
[email protected]
>
Tue, 22 Sep 2009 00:02:53 +0000
(17:02 -0700)
committer
Linus Torvalds
<
[email protected]
>
Tue, 22 Sep 2009 14:17:35 +0000
(07:17 -0700)
Fix the following 'make includecheck' warning:
mm/nommu.c: internal.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <
[email protected]
>
Cc: David Howells <
[email protected]
>
Acked-by: Greg Ungerer <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
mm/nommu.c
patch
|
blob
|
history
diff --git
a/mm/nommu.c
b/mm/nommu.c
index 66e81e7e9fe98f6871cb0d159e13c6942ff8e44f..3b90086e85a27f21de56515440a2a2cdfacd8470 100644
(file)
--- a/
mm/nommu.c
+++ b/
mm/nommu.c
@@
-56,8
+56,6
@@
void no_printk(const char *fmt, ...)
no_printk(KERN_DEBUG FMT"\n", ##__VA_ARGS__)
#endif
-#include "internal.h"
-
void *high_memory;
struct page *mem_map;
unsigned long max_mapnr;