* [PATCH] crash_core: remove duplicated including of kexec.h
@ 2023-12-15 8:54 Wang Jinchao
2023-12-15 9:09 ` Baoquan He
0 siblings, 1 reply; 2+ 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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] crash_core: remove duplicated including of kexec.h
2023-12-15 8:54 [PATCH] crash_core: remove duplicated including of kexec.h Wang Jinchao
@ 2023-12-15 9:09 ` Baoquan He
0 siblings, 0 replies; 2+ messages in thread
From: Baoquan He @ 2023-12-15 9:09 UTC (permalink / raw)
To: Wang Jinchao
Cc: akpm, Vivek Goyal, Dave Young, kexec, linux-kernel, stone.xulei
On 12/15/23 at 04:54pm, Wang Jinchao wrote:
> remove second include of linux/kexec.h
Good catch.
Acked-by: Baoquan He <bhe@redhat.com>
>
> 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 [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-12-15 9:09 UTC | newest]
Thread overview: 2+ 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 9:09 ` Baoquan He
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox