All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] crash_core: remove duplicated including of kexec.h
@ 2023-12-15  8:54 ` Wang Jinchao
  0 siblings, 0 replies; 4+ messages in thread
From: Wang Jinchao @ 2023-12-15  8:54 UTC (permalink / raw)
  To: Baoquan He, Vivek Goyal, Dave Young, kexec, linux-kernel
  Cc: stone.xulei, wangjinchao

remove second include of linux/kexec.h

Signed-off-by: Wang Jinchao <wangjinchao@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


_______________________________________________
kexec mailing list
kexec@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/kexec

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-12-15  9:09 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-15  8:54 [PATCH] crash_core: remove duplicated including of kexec.h Wang Jinchao
2023-12-15  8:54 ` Wang Jinchao
2023-12-15  9:09 ` Baoquan He
2023-12-15  9:09   ` Baoquan He

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.