mirror of https://github.com/torvalds/linux.git
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:
|
||
|---|---|---|
| .. | ||
| Makefile | ||
| andes.c | ||
| sifive.c | ||
| sifive_hwprobe.c | ||
| thead.c | ||
| thead_hwprobe.c | ||