diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-09-04 23:13:21 +0530 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2009-09-07 11:41:03 +1000 |
commit | b6d9c25631e7c38dc7be220b04553068fb542683 (patch) | |
tree | 9f0bbe028ea0585c63d5f45962ba5d790a4e4a74 /kernel/sysctl.c | |
parent | 945af7c3289c26c9070d6b1bf3ca759d36643e0b (diff) |
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 <jaswinderrajput@gmail.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'kernel/sysctl.c')
-rw-r--r-- | kernel/sysctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index 58be76017fd..71d8dc7f992 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c @@ -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> |