Skip to content

Commit

Permalink
raid6: remove the <linux/export.h> include from recov.c
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
xen0n authored and liu-song-6 committed Aug 15, 2023
1 parent 7eb8ff0 commit 5afcf28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/raid6/recov.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
* the syndrome.)
*/

#include <linux/export.h>
#include <linux/raid/pq.h>

/* Recover two failed data blocks. */
Expand Down

0 comments on commit 5afcf28

Please sign in to comment.