Browse Source

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>
Jaswinder Singh Rajput 15 năm trước cách đây
mục cha
commit
b6d9c25631
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  1. 0 1
      kernel/sysctl.c

+ 0 - 1
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>