[PATCH -next] crash_core: Remove duplicated include in crash_core.c

From: Yang Li
Date: Fri Sep 15 2023 - 01:58:53 EST


./kernel/crash_core.c: linux/kexec.h is included more than once.

Signed-off-by: Yang Li <yang.lee@xxxxxxxxxxxxxxxxx>
---
kernel/crash_core.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/kernel/crash_core.c b/kernel/crash_core.c
index 1a77d466eaed..90fc1b636ba0 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>
--
2.20.1.7.g153144c