From: WANG Xuerui Date: Mon, 31 Jul 2023 10:49:07 +0000 (+0800) Subject: raid6: remove the include from recov.c X-Git-Tag: v6.6-rc1~25^2~25^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5afcf28d07dee91e48d1c809ebd19c3bfc403765;p=thirdparty%2Fkernel%2Flinux.git raid6: remove the include from recov.c There is no exported symbol left in recov.c, so the include is now unnecessary, and breaks the raid6test build. Remove it. Signed-off-by: WANG Xuerui Link: https://lore.kernel.org/r/20230731104911.411964-2-kernel@xen0n.name Signed-off-by: Song Liu --- diff --git a/lib/raid6/recov.c b/lib/raid6/recov.c index e49d519de6cbe..a7c1b2bbe40d8 100644 --- a/lib/raid6/recov.c +++ b/lib/raid6/recov.c @@ -13,7 +13,6 @@ * the syndrome.) */ -#include #include /* Recover two failed data blocks. */