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 <git@xen0n.name>
Link: https://lore.kernel.org/r/20230731104911.411964-2-kernel@xen0n.name
Signed-off-by: Song Liu <song@kernel.org>
This commit is contained in:
WANG Xuerui 2023-07-31 18:49:07 +08:00 committed by Song Liu
parent 7eb8ff02c1
commit 5afcf28d07
1 changed files with 0 additions and 1 deletions

View File

@ -13,7 +13,6 @@
* the syndrome.)
*/
#include <linux/export.h>
#include <linux/raid/pq.h>
/* Recover two failed data blocks. */