The ifdef-else logic is already in the header file, so include it
unconditionally, no functional changes here.
Signed-off-by: Xiu Jianfeng <[email protected]>
---
kernel/audit.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/kernel/audit.c b/kernel/audit.c
index 9bc0b0301198..45b2fb1e45af 100644
--- a/kernel/audit.c
+++ b/kernel/audit.c
@@ -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>
--
2.34.1
On Jul 19, 2023 Xiu Jianfeng <[email protected]> wrote:
>
> The ifdef-else logic is already in the header file, so include it
> unconditionally, no functional changes here.
>
> Signed-off-by: Xiu Jianfeng <[email protected]>
> ---
> kernel/audit.c | 2 --
> 1 file changed, 2 deletions(-)
Merged with the spelling error in the subject line fixed, thanks.
--
paul-moore.com