From: Jaswinder Singh Rajput Date: Fri, 4 Sep 2009 17:43:21 +0000 (+0530) Subject: Security/SELinux: includecheck fix kernel/sysctl.c X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=b6d9c25631e7c38dc7be220b04553068fb542683;p=deliverable%2Flinux.git Security/SELinux: includecheck fix kernel/sysctl.c fix the following 'make includecheck' warning: kernel/sysctl.c: linux/security.h is included more than once. Signed-off-by: Jaswinder Singh Rajput Signed-off-by: James Morris --- diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 58be76017fd0..71d8dc7f9920 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -49,7 +49,6 @@ #include #include #include -#include #include #include