mirror of
https://github.com/torvalds/linux.git
synced 2026-03-08 04:24:31 +01:00
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>
This commit is contained in:
parent
417c5643cd
commit
f5dafb8909
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue