summaryrefslogtreecommitdiffstats
path: root/lib/raid6
diff options
context:
space:
mode:
authorWANG Xuerui <git@xen0n.name>2023-07-31 18:49:07 +0800
committerSong Liu <song@kernel.org>2023-08-15 09:40:27 -0700
commit5afcf28d07dee91e48d1c809ebd19c3bfc403765 (patch)
tree07bebb3f7398ac909dd13dfed00982abe62a0227 /lib/raid6
parent7eb8ff02c1df279bf7f7f29b866beb655a9eebe9 (diff)
downloadlinux-5afcf28d07dee91e48d1c809ebd19c3bfc403765.tar.gz
linux-5afcf28d07dee91e48d1c809ebd19c3bfc403765.tar.bz2
linux-5afcf28d07dee91e48d1c809ebd19c3bfc403765.zip
raid6: remove the <linux/export.h> 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 <git@xen0n.name> Link: https://lore.kernel.org/r/20230731104911.411964-2-kernel@xen0n.name Signed-off-by: Song Liu <song@kernel.org>
Diffstat (limited to 'lib/raid6')
-rw-r--r--lib/raid6/recov.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/raid6/recov.c b/lib/raid6/recov.c
index e49d519de6cb..a7c1b2bbe40d 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. */