projects
/
GitHub
/
LineageOS
/
G12
/
android_kernel_amlogic_linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
945af7c
)
Security/SELinux: includecheck fix kernel/sysctl.c
author
Jaswinder Singh Rajput
<jaswinder@kernel.org>
Fri, 4 Sep 2009 17:43:21 +0000
(23:13 +0530)
committer
James 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
patch
|
blob
|
blame
|
history
diff --git
a/kernel/sysctl.c
b/kernel/sysctl.c
index 58be76017fd000f3b019c0acab6d3cdeb672afda..71d8dc7f99208629b63eb73800a69ea85e119c43 100644
(file)
--- 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>