Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

WANG Xuerui and committed by
Song Liu
5afcf28d 7eb8ff02

-1
-1
lib/raid6/recov.c
··· 13 13 * the syndrome.) 14 14 */ 15 15 16 - #include <linux/export.h> 17 16 #include <linux/raid/pq.h> 18 17 19 18 /* Recover two failed data blocks. */