linux/lib/raid/raid6
Ben Dooks 5c5dea43f6 raid6: fix raid6_recov_rvv symbol undeclared warning
The riscv recov_rvv.c should have included pq_arch.h for
the definition of raid6_recov_rvv. Add the include to
fix the following sparse warning:

lib/raid/raid6/riscv/recov_rvv.c:218:32: warning: symbol 'raid6_recov_rvv' was not declared. Should it be static?

Signed-off-by: Ben Dooks <ben.dooks@codethink.co.uk>
Reviewed-by: Nam Cao <namcao@linutronix.de>
Link: https://patch.msgid.link/20260622135535.481534-1-ben.dooks@codethink.co.uk
Signed-off-by: Paul Walmsley <pjw@kernel.org>
2026-06-25 11:51:32 -06:00
..
arm raid6: update top of file comments 2026-05-28 21:24:55 -07:00
arm64 raid6: rework registration of optimized algorithms 2026-05-28 21:24:54 -07:00
loongarch raid6: rework registration of optimized algorithms 2026-05-28 21:24:54 -07:00
powerpc raid6: rework registration of optimized algorithms 2026-05-28 21:24:54 -07:00
riscv raid6: fix raid6_recov_rvv symbol undeclared warning 2026-06-25 11:51:32 -06:00
s390 raid6: rework registration of optimized algorithms 2026-05-28 21:24:54 -07:00
tests raid6_kunit: randomize buffer alignment 2026-05-28 21:24:56 -07:00
x86 raid6: update top of file comments 2026-05-28 21:24:55 -07:00
.gitignore
algos.c raid6: use kmalloc() in raid6_select_algo() 2026-06-04 14:49:28 -07:00
algos.h raid6: rework registration of optimized algorithms 2026-05-28 21:24:54 -07:00
int.uc raid6: hide internals 2026-05-28 21:24:54 -07:00
Makefile raid6: rework registration of optimized algorithms 2026-05-28 21:24:54 -07:00
mktables.c raid6: update top of file comments 2026-05-28 21:24:55 -07:00
recov.c raid6: update top of file comments 2026-05-28 21:24:55 -07:00
unroll.awk