mirror of
https://github.com/adulau/aha.git
synced 2024-12-28 03:36:19 +00:00
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>
This commit is contained in:
parent
945af7c328
commit
b6d9c25631
1 changed files with 0 additions and 1 deletions
|
@ -49,7 +49,6 @@
|
||||||
#include <linux/acpi.h>
|
#include <linux/acpi.h>
|
||||||
#include <linux/reboot.h>
|
#include <linux/reboot.h>
|
||||||
#include <linux/ftrace.h>
|
#include <linux/ftrace.h>
|
||||||
#include <linux/security.h>
|
|
||||||
#include <linux/slow-work.h>
|
#include <linux/slow-work.h>
|
||||||
#include <linux/perf_counter.h>
|
#include <linux/perf_counter.h>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue