Home
last modified time | relevance | path

Searched hist:"520010668 a26952ed6f4130b5385a3f4df970a6a" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/platform/mips/
H A Drs780e-acpi.cdiff 520010668a26952ed6f4130b5385a3f4df970a6a Fri Jul 03 05:57:36 CEST 2020 Wei Yongjun <weiyongjun1@huawei.com> MIPS: Loongson64: Make acpi_registers_setup() static

sparse report build warning as follows:

drivers/platform/mips/rs780e-acpi.c:72:6: warning:
symbol 'acpi_registers_setup' was not declared. Should it be static?

And function acpi_registers_setup() is not used outside of this file,
so marks it static.

Reported-by: Hulk Robot <hulkci@huawei.com>
Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>