From: Yang Li Date: Thu, 22 Aug 2024 00:31:23 +0000 (+0800) Subject: ipe: Remove duplicated include in ipe.c X-Git-Tag: v6.12-rc1~198^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5dafb8909dc2f5d859734eec41ceb21777d855e;p=thirdparty%2Fkernel%2Flinux.git 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 Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9796 Signed-off-by: Yang Li Signed-off-by: Paul Moore --- diff --git a/security/ipe/ipe.c b/security/ipe/ipe.c index e19a18078cf33..4317134cb0da1 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;