projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3700c15
)
fs: includecheck fix: proc, kcore.c
author
Jaswinder Singh Rajput
<jaswinder@kernel.org>
Wed, 7 Oct 2009 23:32:24 +0000
(16:32 -0700)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Thu, 8 Oct 2009 14:36:38 +0000
(07:36 -0700)
fix the following 'make includecheck' warning:
fs/proc/kcore.c: linux/mm.h is included more than once.
Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
fs/proc/kcore.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/proc/kcore.c
b/fs/proc/kcore.c
index 56013371f9f3cdcd8c89a4455233522a415291aa..a44a7897fd4d20988aa933a89fab2d9c1600d53a 100644
(file)
--- a/
fs/proc/kcore.c
+++ b/
fs/proc/kcore.c
@@
-23,7
+23,6
@@
#include <asm/io.h>
#include <linux/list.h>
#include <linux/ioport.h>
-#include <linux/mm.h>
#include <linux/memory.h>
#include <asm/sections.h>