Security/SELinux: includecheck fix kernel/sysctl.c
authorJaswinder Singh Rajput <jaswinder@kernel.org>
Fri, 4 Sep 2009 17:43:21 +0000 (23:13 +0530)
committerJames Morris <jmorris@namei.org>
Mon, 7 Sep 2009 01:41:03 +0000 (11:41 +1000)
fix the following 'make includecheck' warning:

  kernel/sysctl.c: linux/security.h is included more than once.

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: James Morris <jmorris@namei.org>
kernel/sysctl.c

index 58be760..71d8dc7 100644 (file)
@@ -49,7 +49,6 @@
 #include <linux/acpi.h>
 #include <linux/reboot.h>
 #include <linux/ftrace.h>
-#include <linux/security.h>
 #include <linux/slow-work.h>
 #include <linux/perf_counter.h>