diff options
author | Wang Jinchao <[email protected]> | 2023-12-15 16:54:51 +0800 |
---|---|---|
committer | Andrew Morton <[email protected]> | 2023-12-20 15:02:58 -0800 |
commit | 4459cd2e167e7208e57d517d16282408d9035dad (patch) | |
tree | 0cc03b03a54bb180963f4b64477444398dfb535a | |
parent | 8474f82ade6f361169d85177b22279dcbe813219 (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.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> |