mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-08-19 00:20:59 +00:00
![]() sparse reports the following warning:
arch/riscv/kernel/vendor_extensions/sifive.c:11:33: sparse: sparse: symbol 'riscv_isa_vendor_ext_sifive' was not declared. Should it be static?
So as this struct is only used in this file, make it static.
Fixes:
|
||
---|---|---|
.. | ||
andes.c | ||
Makefile | ||
sifive_hwprobe.c | ||
sifive.c | ||
thead_hwprobe.c | ||
thead.c |