* [PATCH -next] crash_core: Remove duplicated include in crash_core.c
@ 2023-09-15 5:58 Yang Li
2023-09-20 11:53 ` Simon Horman
0 siblings, 1 reply; 2+ messages in thread
From: Yang Li @ 2023-09-15 5:58 UTC (permalink / raw)
To: bhe; +Cc: vgoyal, dyoung, kexec, linux-kernel, Yang Li
./kernel/crash_core.c: linux/kexec.h is included more than once.
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
kernel/crash_core.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/kernel/crash_core.c b/kernel/crash_core.c
index 1a77d466eaed..90fc1b636ba0 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.20.1.7.g153144c
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH -next] crash_core: Remove duplicated include in crash_core.c
2023-09-15 5:58 [PATCH -next] crash_core: Remove duplicated include in crash_core.c Yang Li
@ 2023-09-20 11:53 ` Simon Horman
0 siblings, 0 replies; 2+ messages in thread
From: Simon Horman @ 2023-09-20 11:53 UTC (permalink / raw)
To: Yang Li; +Cc: bhe, vgoyal, dyoung, kexec, linux-kernel
On Fri, Sep 15, 2023 at 01:58:44PM +0800, Yang Li wrote:
> ./kernel/crash_core.c: linux/kexec.h is included more than once.
>
> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
FWIIW, this seems to have been added recently, by
926f75c8a5ab ("Add linux-next specific files for 20230920")
Reviewed-by: Simon Horman <horms@kernel.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2023-09-20 11:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-09-15 5:58 [PATCH -next] crash_core: Remove duplicated include in crash_core.c Yang Li
2023-09-20 11:53 ` Simon Horman
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox