diff mbox series

[-next] ARM: remove unused iop3xx_pci_xx declarations

Message ID 20240813070257.1040058-1-cuigaosheng1@huawei.com (mailing list archive)
State New, archived
Headers show
Series [-next] ARM: remove unused iop3xx_pci_xx declarations | expand

Commit Message

cuigaosheng Aug. 13, 2024, 7:02 a.m. UTC
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@huawei.com>
---
 arch/arm/include/asm/mach/pci.h | 5 -----
 1 file changed, 5 deletions(-)
diff mbox series

Patch

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);