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

Yang Li yang.lee at linux.alibaba.com
Thu Sep 14 22:58:44 PDT 2023


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

Signed-off-by: Yang Li <yang.lee at linux.alibaba.com>
---
 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




More information about the kexec mailing list