mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
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>
This commit is contained in:
parent
994334933e
commit
520010668a
@ -69,7 +69,7 @@ static void acpi_hw_clear_status(void)
|
||||
outl(inl(ACPI_GPE0_BLK), ACPI_GPE0_BLK);
|
||||
}
|
||||
|
||||
void acpi_registers_setup(void)
|
||||
static void acpi_registers_setup(void)
|
||||
{
|
||||
u32 value;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user