[PATCH] crash_core: remove duplicated including of kexec.h

Wang Jinchao wangjinchao at xfusion.com
Fri Dec 15 00:54:51 PST 2023


remove second include of linux/kexec.h

Signed-off-by: Wang Jinchao <wangjinchao at xfusion.com>
---
 kernel/crash_core.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/crash_core.c b/kernel/crash_core.c
index efe87d501c8c..d72985222b16 100644
--- a/kernel/crash_core.c
+++ b/kernel/crash_core.c
@@ -13,7 +13,6 @@
 #include <linux/memory.h>
 #include <linux/cpuhotplug.h>
 #include <linux/memblock.h>
-#include <linux/kexec.h>
 #include <linux/kmemleak.h>
 
 #include <asm/page.h>
-- 
2.40.0




More information about the kexec mailing list