mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-17 10:26:09 +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);
|
outl(inl(ACPI_GPE0_BLK), ACPI_GPE0_BLK);
|
||||||
}
|
}
|
||||||
|
|
||||||
void acpi_registers_setup(void)
|
static void acpi_registers_setup(void)
|
||||||
{
|
{
|
||||||
u32 value;
|
u32 value;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user