diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-12-16 07:15:40 +0100 |
---|---|---|
committer | Paul Moore <pmoore@redhat.com> | 2013-12-16 21:58:23 +0100 |
commit | a5e333d34037c64c5f667dee3c418b66874ba0b0 (patch) | |
tree | 4303067995fc78ace0172bec5a99d25871d615a0 /security | |
parent | selinux: revert 102aefdda4d8275ce7d7100bc16c88c74272b260 (diff) | |
download | linux-a5e333d34037c64c5f667dee3c418b66874ba0b0.tar.xz linux-a5e333d34037c64c5f667dee3c418b66874ba0b0.zip |
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 756a6d269c9a..ded2d47e5ee1 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> |