raid6: remove the <linux/export.h> include from recov.c
authorWANG Xuerui <git@xen0n.name>
Mon, 31 Jul 2023 10:49:07 +0000 (18:49 +0800)
committerSong Liu <song@kernel.org>
Tue, 15 Aug 2023 16:40:27 +0000 (09:40 -0700)
commit5afcf28d07dee91e48d1c809ebd19c3bfc403765
tree07bebb3f7398ac909dd13dfed00982abe62a0227
parent7eb8ff02c1df279bf7f7f29b866beb655a9eebe9
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>
lib/raid6/recov.c