MIPS: Loongson2ef: remove orphan sbx00_acpi_init() declaration
authorGaosheng Cui <cuigaosheng1@huawei.com>
Thu, 15 Sep 2022 13:21:51 +0000 (21:21 +0800)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Mon, 19 Sep 2022 14:34:31 +0000 (16:34 +0200)
All uses of sbx00_acpi_init() in the "pci.c" file were removed by
commit 5831fdb099dd ("MIPS: Loongson2ef: clean up loongson64
related code"), so remove the orphan declaration, too.

Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/loongson2ef/common/pci.c

index 2009169..7d9ea51 100644 (file)
@@ -73,8 +73,6 @@ static void __init setup_pcimap(void)
 #endif
 }
 
-extern int sbx00_acpi_init(void);
-
 static int __init pcibios_init(void)
 {
        setup_pcimap();