Re: [PATCH] raid6: fix raid6_recov_rvv symbol undeclared warning
Paul Walmsley <[email protected]>
| Newsgroups | gmane.linux.ports.riscv,gmane.linux.raid,gmane.linux.kernel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 22 Jun 2026, Ben Dooks wrote: > 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 <[email protected]> Thanks, queued for v7.2-rc. - Paul