2024-01-26 00:58:01

by Yang Li

[permalink] [raw]
Subject: [PATCH -next] crash: Remove duplicated include in vmcore_info.c

The header files kexec.h is included twice in vmcore_info.c,
so one inclusion can be removed.

Signed-off-by: Yang Li <[email protected]>
---
kernel/vmcore_info.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/kernel/vmcore_info.c b/kernel/vmcore_info.c
index 8f48c0a42e2e..8f77e238a54f 100644
--- a/kernel/vmcore_info.c
+++ b/kernel/vmcore_info.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