diff options
author | wzt.wzt@gmail.com | 2010-03-02 15:08:58 +0800 |
---|---|---|
committer | James Morris | 2010-03-03 09:20:57 +1100 |
commit | 31637b55b09753de9d5e24afc3a1d7fbdb2108d8 (patch) | |
tree | 92ab84b8a40aad0d1ec3f423a82033ebc8dce10a /security/selinux/netlink.c | |
parent | b380de9e54ec354ccac55fd9a611ffe28b4daa76 (diff) |
Selinux: Remove unused headers list.h in selinux/netlink.c
list.h is unused in netlink.c, so remove it.
Signed-off-by: Zhitong Wang <zhitong.wangzt@alibaba-inc.com>
Signed-off-by: James Morris <jmorris@namei.org>
Diffstat (limited to 'security/selinux/netlink.c')
-rw-r--r-- | security/selinux/netlink.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/security/selinux/netlink.c b/security/selinux/netlink.c index 1ae556446e65..7d7be296d876 100644 --- a/security/selinux/netlink.c +++ b/security/selinux/netlink.c @@ -13,7 +13,6 @@ #include <linux/types.h> #include <linux/stddef.h> #include <linux/kernel.h> -#include <linux/list.h> #include <linux/skbuff.h> #include <linux/netlink.h> #include <linux/selinux_netlink.h> |