From: Jaswinder Singh Rajput Date: Wed, 7 Oct 2009 23:32:24 +0000 (-0700) Subject: fs: includecheck fix: proc, kcore.c X-Git-Tag: v2.6.32-rc4~51 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4055e97318809638a57fbe1746b93bc7a90ef0d3;p=platform%2Fkernel%2Flinux-stable.git 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 Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/fs/proc/kcore.c b/fs/proc/kcore.c index 5601337..a44a789 100644 --- a/fs/proc/kcore.c +++ b/fs/proc/kcore.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include