Skip to content

Commit 5afcf28

Browse files
xen0nliu-song-6
authored andcommitted
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 <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Song Liu <[email protected]>
1 parent 7eb8ff0 commit 5afcf28

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/raid6/recov.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
* the syndrome.)
1414
*/
1515

16-
#include <linux/export.h>
1716
#include <linux/raid/pq.h>
1817

1918
/* Recover two failed data blocks. */

0 commit comments

Comments
 (0)