[PATCH -next] ARM: remove unused iop3xx_pci_xx declarations
Gaosheng Cui
cuigaosheng1 at huawei.com
Tue Aug 13 00:02:57 PDT 2024
The iop3xx_pci_xx declarations has been removed since
commit b91a69d162aa ("ARM: iop32x: remove the platform"),
so remove them.
Signed-off-by: Gaosheng Cui <cuigaosheng1 at huawei.com>
---
arch/arm/include/asm/mach/pci.h | 5 -----
1 file changed, 5 deletions(-)
diff --git a/arch/arm/include/asm/mach/pci.h b/arch/arm/include/asm/mach/pci.h
index ea9bd08895b7..19b3424e86b5 100644
--- a/arch/arm/include/asm/mach/pci.h
+++ b/arch/arm/include/asm/mach/pci.h
@@ -73,11 +73,6 @@ static inline void pci_map_io_early(unsigned long pfn) {}
/*
* PCI controllers
*/
-extern struct pci_ops iop3xx_ops;
-extern int iop3xx_pci_setup(int nr, struct pci_sys_data *);
-extern void iop3xx_pci_preinit(void);
-extern void iop3xx_pci_preinit_cond(void);
-
extern struct pci_ops dc21285_ops;
extern int dc21285_setup(int nr, struct pci_sys_data *);
extern void dc21285_preinit(void);
--
2.25.1
More information about the linux-arm-kernel
mailing list