diff options
author | Wang Jinchao <wangjinchao@xfusion.com> | 2023-12-15 16:54:51 +0800 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-12-20 15:02:58 -0800 |
commit | 4459cd2e167e7208e57d517d16282408d9035dad (patch) | |
tree | 0cc03b03a54bb180963f4b64477444398dfb535a /kernel/crash_core.c | |
parent | 8474f82ade6f361169d85177b22279dcbe813219 (diff) |
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.c | 1 |
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> |