summaryrefslogtreecommitdiff
path: root/arch/mips/loongson2ef
diff options
context:
space:
mode:
authorGaosheng Cui <cuigaosheng1@huawei.com>2022-09-15 16:21:51 +0300
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>2022-09-19 17:34:31 +0300
commitaaec03d331303494227dc1e208eb212682fe925d (patch)
tree06df5e167d21d86a2574ad034a9806bce24774e7 /arch/mips/loongson2ef
parentb971612cc193b524b554fe53821f4dbb2a774c01 (diff)
downloadlinux-aaec03d331303494227dc1e208eb212682fe925d.tar.xz
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 <cuigaosheng1@huawei.com> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/loongson2ef')
-rw-r--r--arch/mips/loongson2ef/common/pci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/mips/loongson2ef/common/pci.c b/arch/mips/loongson2ef/common/pci.c
index 200916925e95..7d9ea51e8c01 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();