diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-10-07 16:32:24 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2009-10-08 07:36:38 -0700 |
commit | 4055e97318809638a57fbe1746b93bc7a90ef0d3 (patch) | |
tree | 8dedb30f4e9f2da35447a88d7a906427e48eb310 /fs | |
parent | 3700c155af56b54adfc737ba3164a41de2c59d41 (diff) | |
download | linux-3.10-4055e97318809638a57fbe1746b93bc7a90ef0d3.tar.gz linux-3.10-4055e97318809638a57fbe1746b93bc7a90ef0d3.tar.bz2 linux-3.10-4055e97318809638a57fbe1746b93bc7a90ef0d3.zip |
fs: includecheck fix: proc, kcore.c
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>
Diffstat (limited to 'fs')
-rw-r--r-- | fs/proc/kcore.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/proc/kcore.c b/fs/proc/kcore.c index 56013371f9f..a44a7897fd4 100644 --- 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> |