]> git.baikalelectronics.ru Git - uboot.git/commitdiff
pci: Remove non-DM board_pci_fixup_dev() declaration
authorTom Rini <trini@konsulko.com>
Sat, 15 May 2021 01:34:06 +0000 (21:34 -0400)
committerTom Rini <trini@konsulko.com>
Wed, 7 Jul 2021 23:51:33 +0000 (19:51 -0400)
With the ventana boards migrated to DM_PCI and DM_ETH, we can remove
this prototype.

Cc: Stefano Babic <sbabic@denx.de>
Signed-off-by: Tom Rini <trini@konsulko.com>
include/pci.h

index 2353cebb2a3efdb4033a08e600f1eb7866dcb1d3..8e62235bf40a4b89ac89a4c241d067f84aaecec1 100644 (file)
@@ -828,12 +828,6 @@ int pci_find_next_ext_capability(struct pci_controller *hose,
 int pci_hose_find_ext_capability(struct pci_controller *hose,
                                 pci_dev_t dev, int cap);
 
-#ifdef CONFIG_PCI_FIXUP_DEV
-extern void board_pci_fixup_dev(struct pci_controller *hose, pci_dev_t dev,
-                               unsigned short vendor,
-                               unsigned short device,
-                               unsigned short class);
-#endif
 #endif /* !defined(CONFIG_DM_PCI) || defined(CONFIG_DM_PCI_COMPAT) */
 
 const char * pci_class_str(u8 class);