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: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4055e97318809638a57fbe1746b93bc7a90ef0d3;p=pandora-kernel.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 56013371f9f3..a44a7897fd4d 100644 --- a/fs/proc/kcore.c +++ b/fs/proc/kcore.c @@ -23,7 +23,6 @@ #include #include #include -#include #include #include