[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <20230731104911.411964-2-kernel@xen0n.name>
Date: Mon, 31 Jul 2023 18:49:07 +0800
From: WANG Xuerui <kernel@...0n.name>
To: Song Liu <song@...nel.org>
Cc: linux-raid@...r.kernel.org, linux-kernel@...r.kernel.org,
WANG Xuerui <git@...0n.name>
Subject: [PATCH 1/5] raid6: remove the <linux/export.h> include from recov.c
From: WANG Xuerui <git@...0n.name>
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 <git@...0n.name>
---
lib/raid6/recov.c | 1 -
1 file changed, 1 deletion(-)
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 <linux/export.h>
#include <linux/raid/pq.h>
/* Recover two failed data blocks. */
--
2.40.0
Powered by blists - more mailing lists