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: block-6.11-20240726~14^2~44 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=5eb1911a8c63f0e10a5f746f52fcc3c9bbfbc710;p=linux-block.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 5b2722a93a48..d3b4cd12bdd1 100644 --- a/kernel/crash_reserve.c +++ b/kernel/crash_reserve.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include