aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWang Jinchao <[email protected]>2023-12-15 16:54:51 +0800
committerAndrew Morton <[email protected]>2023-12-20 15:02:58 -0800
commit4459cd2e167e7208e57d517d16282408d9035dad (patch)
tree0cc03b03a54bb180963f4b64477444398dfb535a
parent8474f82ade6f361169d85177b22279dcbe813219 (diff)
crash_core: remove duplicated including of kexec.h
Remove second include of linux/kexec.h Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Wang Jinchao <[email protected]> Acked-by: Baoquan He <[email protected]> Cc: Dave Young <[email protected]> Cc: Vivek Goyal <[email protected]> Signed-off-by: Andrew Morton <[email protected]>
-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>