Commit 5afcf28d authored by WANG Xuerui's avatar WANG Xuerui Committed by Song Liu
Browse files

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: default avatarWANG Xuerui <git@xen0n.name>
Link: https://lore.kernel.org/r/20230731104911.411964-2-kernel@xen0n.name


Signed-off-by: default avatarSong Liu <song@kernel.org>
parent 7eb8ff02
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -13,7 +13,6 @@
 * the syndrome.)
 */

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

/* Recover two failed data blocks. */