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 <git@xen0n.name>
Link: https://lore.kernel.org/r/20230731104911.411964-2-kernel@xen0n.name
Signed-off-by: Song Liu <song@kernel.org>
  • Loading branch information
WANG Xuerui authored and Song Liu 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.