From be4187faa8a48cfef572eba9e3882fb2134bdf67 Mon Sep 17 00:00:00 2001 From: Xiu Jianfeng Date: Thu, 20 Jul 2023 01:50:32 +0000 Subject: 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: Xiu Jianfeng [PM: fixed misspelling in the subject] Signed-off-by: Paul Moore --- kernel/audit.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'kernel/audit.c') 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 #include #include -#ifdef CONFIG_SECURITY #include -#endif #include #include #include -- cgit v1.2.3