From 0e8902f1ff2b927bb91a5e89e4fde3d8d71f6692 Mon Sep 17 00:00:00 2001 From: Thomas Heijligen Date: Tue, 7 Mar 2023 20:18:36 +0100 Subject: pcidev: remove pcidev_getdevfn() function This function is only called once. Move the content of the function into the caller. Change-Id: Id2983420080f75ae6992edfb032bf5c83b29c803 Signed-off-by: Thomas Heijligen Reviewed-on: https://review.coreboot.org/c/flashrom/+/73570 Tested-by: build bot (Jenkins) Reviewed-by: Anastasia Klimchuk --- include/programmer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include') diff --git a/include/programmer.h b/include/programmer.h index d8d8b4a2..9728d8d3 100644 --- a/include/programmer.h +++ b/include/programmer.h @@ -125,7 +125,6 @@ int pci_init_common(void); uintptr_t pcidev_readbar(struct pci_dev *dev, int bar); struct pci_dev *pcidev_init(const struct programmer_cfg *cfg, const struct dev_entry *devs, int bar); struct pci_dev *pcidev_scandev(struct pci_filter *filter, struct pci_dev *start); -struct pci_dev *pcidev_getdevfn(struct pci_dev *dev, const int func); struct pci_dev *pcidev_find_vendorclass(uint16_t vendor, uint16_t devclass); struct pci_dev *pcidev_card_find(uint16_t vendor, uint16_t device, uint16_t card_vendor, uint16_t card_device); struct pci_dev *pcidev_find(uint16_t vendor, uint16_t device); -- cgit v1.2.3