aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorThomas Heijligen <thomas.heijligen@secunet.com>2023-03-07 20:18:36 +0100
committerThomas Heijligen <src@posteo.de>2023-03-10 15:55:29 +0000
commit0e8902f1ff2b927bb91a5e89e4fde3d8d71f6692 (patch)
tree5c648d7ecf44f2c98c221e6495d4c69602a59517 /include
parent0e4d4eac78fbf437ba8e9b1c9d27600d2190023b (diff)
downloadflashrom-0e8902f1ff2b927bb91a5e89e4fde3d8d71f6692.tar.gz
flashrom-0e8902f1ff2b927bb91a5e89e4fde3d8d71f6692.tar.bz2
flashrom-0e8902f1ff2b927bb91a5e89e4fde3d8d71f6692.zip
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 <thomas.heijligen@secunet.com> Reviewed-on: https://review.coreboot.org/c/flashrom/+/73570 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Anastasia Klimchuk <aklm@chromium.org>
Diffstat (limited to 'include')
-rw-r--r--include/programmer.h1
1 files changed, 0 insertions, 1 deletions
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);