summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYang Li <yang.lee@linux.alibaba.com>2024-08-22 02:31:23 +0200
committerPaul Moore <paul@paul-moore.com>2024-08-22 18:24:10 +0200
commitf5dafb8909dc2f5d859734eec41ceb21777d855e (patch)
tree765a33b5b4808224b312a1076fb2c8df50bbb07d
parentlsm: replace indirect LSM hook calls with static calls (diff)
downloadlinux-f5dafb8909dc2f5d859734eec41ceb21777d855e.tar.xz
linux-f5dafb8909dc2f5d859734eec41ceb21777d855e.zip
ipe: Remove duplicated include in ipe.c
The header files eval.h is included twice in ipe.c, so one inclusion of each can be removed. Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9796 Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Signed-off-by: Paul Moore <paul@paul-moore.com>
-rw-r--r--security/ipe/ipe.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/security/ipe/ipe.c b/security/ipe/ipe.c
index e19a18078cf3..4317134cb0da 100644
--- a/security/ipe/ipe.c
+++ b/security/ipe/ipe.c
@@ -7,7 +7,6 @@
#include "ipe.h"
#include "eval.h"
#include "hooks.h"
-#include "eval.h"
extern const char *const ipe_boot_policy;
bool ipe_enabled;