aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/crash_core.c
diff options
context:
space:
mode:
authorWang Jinchao <wangjinchao@xfusion.com>2023-12-15 16:54:51 +0800
committerAndrew Morton <akpm@linux-foundation.org>2023-12-20 15:02:58 -0800
commit4459cd2e167e7208e57d517d16282408d9035dad (patch)
tree0cc03b03a54bb180963f4b64477444398dfb535a /kernel/crash_core.c
parentx86/kexec: simplify the logic of mem_region_callback() (diff)
downloadwireguard-linux-4459cd2e167e7208e57d517d16282408d9035dad.tar.xz
wireguard-linux-4459cd2e167e7208e57d517d16282408d9035dad.zip
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>
Diffstat (limited to 'kernel/crash_core.c')
-rw-r--r--kernel/crash_core.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/crash_core.c b/kernel/crash_core.c
index c97e825a0fd9..6f074e112c1e 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>