diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-12-16 14:15:40 +0800 |
---|---|---|
committer | Paul Moore <pmoore@redhat.com> | 2013-12-16 15:58:23 -0500 |
commit | a5e333d34037c64c5f667dee3c418b66874ba0b0 (patch) | |
tree | 4303067995fc78ace0172bec5a99d25871d615a0 /security | |
parent | 4d546f81717d253ab67643bf072c6d8821a9249c (diff) | |
download | op-kernel-dev-a5e333d34037c64c5f667dee3c418b66874ba0b0.zip op-kernel-dev-a5e333d34037c64c5f667dee3c418b66874ba0b0.tar.gz |
SELinux: remove duplicated include from hooks.c
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Paul Moore <pmoore@redhat.com>
Diffstat (limited to 'security')
-rw-r--r-- | security/selinux/hooks.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/selinux/hooks.c b/security/selinux/hooks.c index 756a6d2..ded2d47 100644 --- a/security/selinux/hooks.c +++ b/security/selinux/hooks.c @@ -82,7 +82,6 @@ #include <linux/syslog.h> #include <linux/user_namespace.h> #include <linux/export.h> -#include <linux/security.h> #include <linux/msg.h> #include <linux/shm.h> |