From aaec03d331303494227dc1e208eb212682fe925d Mon Sep 17 00:00:00 2001 From: Gaosheng Cui Date: Thu, 15 Sep 2022 21:21:51 +0800 Subject: [PATCH] MIPS: Loongson2ef: remove orphan sbx00_acpi_init() declaration 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 Signed-off-by: Thomas Bogendoerfer --- arch/mips/loongson2ef/common/pci.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/arch/mips/loongson2ef/common/pci.c b/arch/mips/loongson2ef/common/pci.c index 2009169..7d9ea51 100644 --- a/arch/mips/loongson2ef/common/pci.c +++ b/arch/mips/loongson2ef/common/pci.c @@ -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(); -- 2.7.4