diff options
author | Jaswinder Singh Rajput <jaswinder@kernel.org> | 2009-09-04 13:43:21 -0400 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2009-09-06 21:41:03 -0400 |
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 58be76017fd0..71d8dc7f9920 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -49,7 +49,6 @@ | |||
49 | #include <linux/acpi.h> | 49 | #include <linux/acpi.h> |
50 | #include <linux/reboot.h> | 50 | #include <linux/reboot.h> |
51 | #include <linux/ftrace.h> | 51 | #include <linux/ftrace.h> |
52 | #include <linux/security.h> | ||
53 | #include <linux/slow-work.h> | 52 | #include <linux/slow-work.h> |
54 | #include <linux/perf_counter.h> | 53 | #include <linux/perf_counter.h> |
55 | 54 | ||