Commit be4187fa authored by Xiu Jianfeng's avatar Xiu Jianfeng Committed by Paul Moore

audit: include security.h unconditionally

The ifdef-else logic is already in the header file, so include it
unconditionally, no functional changes here.
Signed-off-by: default avatarXiu Jianfeng <xiujianfeng@huawei.com>
[PM: fixed misspelling in the subject]
Signed-off-by: default avatarPaul Moore <paul@paul-moore.com>
parent 06c2afb8
......@@ -53,9 +53,7 @@
#include <net/sock.h>
#include <net/netlink.h>
#include <linux/skbuff.h>
#ifdef CONFIG_SECURITY
#include <linux/security.h>
#endif
#include <linux/freezer.h>
#include <linux/pid_namespace.h>
#include <net/netns/generic.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment