aboutsummaryrefslogtreecommitdiff
path: root/include/pci.h
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-05-14 21:34:06 -0400
committerTom Rini <trini@konsulko.com>2021-07-07 19:51:33 -0400
commitc7b36007e7eacf7c58189e76d9ee127188cc7410 (patch)
tree31ab9973740e12c313fc5950f30f0d74bf339f2c /include/pci.h
parent7e58a3a148fb94e9ce09fb48d0ddd75c20ee7df9 (diff)
downloadu-boot-c7b36007e7eacf7c58189e76d9ee127188cc7410.zip
u-boot-c7b36007e7eacf7c58189e76d9ee127188cc7410.tar.gz
u-boot-c7b36007e7eacf7c58189e76d9ee127188cc7410.tar.bz2
pci: Remove non-DM board_pci_fixup_dev() declaration
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>
Diffstat (limited to 'include/pci.h')
-rw-r--r--include/pci.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/pci.h b/include/pci.h
index 2353ceb..8e62235 100644
--- a/include/pci.h
+++ b/include/pci.h
@@ -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);