Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

crash_core: remove duplicated including of kexec.h

Remove second include of linux/kexec.h

Link: https://lkml.kernel.org/r/202312151654+0800-wangjinchao@xfusion.com
Signed-off-by: Wang Jinchao <wangjinchao@xfusion.com>
Acked-by: Baoquan He <bhe@redhat.com>
Cc: Dave Young <dyoung@redhat.com>
Cc: Vivek Goyal <vgoyal@redhat.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Wang Jinchao and committed by
Andrew Morton
4459cd2e 8474f82a

-1
-1
kernel/crash_core.c
··· 13 13 #include <linux/memory.h> 14 14 #include <linux/cpuhotplug.h> 15 15 #include <linux/memblock.h> 16 - #include <linux/kexec.h> 17 16 #include <linux/kmemleak.h> 18 17 19 18 #include <asm/page.h>