[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <ZXwXrU8YO1FC4A+W@MiWiFi-R3L-srv>
Date: Fri, 15 Dec 2023 17:09:01 +0800
From: Baoquan He <bhe@...hat.com>
To: Wang Jinchao <wangjinchao@...sion.com>
Cc: akpm@...ux-foundation.org, Vivek Goyal <vgoyal@...hat.com>,
Dave Young <dyoung@...hat.com>, kexec@...ts.infradead.org,
linux-kernel@...r.kernel.org, stone.xulei@...sion.com
Subject: Re: [PATCH] crash_core: remove duplicated including of kexec.h
On 12/15/23 at 04:54pm, Wang Jinchao wrote:
> remove second include of linux/kexec.h
Good catch.
Acked-by: Baoquan He <bhe@...hat.com>
>
> Signed-off-by: Wang Jinchao <wangjinchao@...sion.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@...ts.infradead.org
> http://lists.infradead.org/mailman/listinfo/kexec
>
Powered by blists - more mailing lists