summaryrefslogtreecommitdiff
path: root/lib/raid6
diff options
context:
space:
mode:
authorHeiko Carstens <hca@linux.ibm.com>2025-06-12 15:43:08 +0200
committerAlexander Gordeev <agordeev@linux.ibm.com>2025-06-17 18:18:03 +0200
commit7ecc69488329671617c1f1c6c30f2ebcd81f915e (patch)
treeaf65d768d2875a56acc65d8f2aab11d5535bca74 /lib/raid6
parent8a56977051f2d5d91c455847bb3456d97b5d7977 (diff)
s390/drivers: Remove unnecessary include <linux/export.h>
Remove include <linux/export.h> from all files which do not contain an EXPORT_SYMBOL(). See commit 7d95680d64ac ("scripts/misc-check: check unnecessary #include <linux/export.h> when W=1") for more details. Acked-by: Alexander Gordeev <agordeev@linux.ibm.com> Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Alexander Gordeev <agordeev@linux.ibm.com>
Diffstat (limited to 'lib/raid6')
-rw-r--r--lib/raid6/recov_s390xc.c1
1 files changed, 0 insertions, 1 deletions
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 <schwidefsky@de.ibm.com>
*/
-#include <linux/export.h>
#include <linux/raid/pq.h>
static inline void xor_block(u8 *p1, u8 *p2)