From 7ecc69488329671617c1f1c6c30f2ebcd81f915e Mon Sep 17 00:00:00 2001 From: Heiko Carstens Date: Thu, 12 Jun 2025 15:43:08 +0200 Subject: s390/drivers: Remove unnecessary include Remove include from all files which do not contain an EXPORT_SYMBOL(). See commit 7d95680d64ac ("scripts/misc-check: check unnecessary #include when W=1") for more details. Acked-by: Alexander Gordeev Signed-off-by: Heiko Carstens Signed-off-by: Alexander Gordeev --- lib/raid6/recov_s390xc.c | 1 - 1 file changed, 1 deletion(-) (limited to 'lib') diff --git a/lib/raid6/recov_s390xc.c b/lib/raid6/recov_s390xc.c index 179eec900cea..4a7aa466f0ef 100644 --- a/lib/raid6/recov_s390xc.c +++ b/lib/raid6/recov_s390xc.c @@ -6,7 +6,6 @@ * Author(s): Martin Schwidefsky */ -#include #include static inline void xor_block(u8 *p1, u8 *p2) -- cgit v1.2.3