From: Wenchao Hao Date: Thu, 6 Jun 2024 09:14:27 +0000 (+0800) Subject: crash: remove header files which are included more than once X-Git-Tag: v6.11-rc1~84^2~44 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5eb1911a8c63f0e10a5f746f52fcc3c9bbfbc710;p=thirdparty%2Fkernel%2Flinux.git crash: remove header files which are included more than once Following warning is reported, so remove these duplicated header including: ./kernel/crash_reserve.c: linux/kexec.h is included more than once. This is just a clean code, no logic changed. Link: https://lkml.kernel.org/r/20240606091427.3512314-1-haowenchao22@gmail.com Signed-off-by: Wenchao Hao Acked-by: Baoquan He Cc: Dave Young Cc: Vivek Goyal Signed-off-by: Andrew Morton --- diff --git a/kernel/crash_reserve.c b/kernel/crash_reserve.c index 5b2722a93a48c..d3b4cd12bdd13 100644 --- a/kernel/crash_reserve.c +++ b/kernel/crash_reserve.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include