bus/pci: remove unused scan by address
authorThomas Monjalon <thomas@monjalon.net>
Wed, 14 Oct 2020 20:18:13 +0000 (22:18 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Tue, 20 Oct 2020 11:57:57 +0000 (13:57 +0200)
commit59440fbabfbcfae350e0efa6f47201b5cf0bd625
tree035eabfc1b0181b726b2add28f00dbda57959e80
parentddfaa718b7a1f6a91f433341a512aca17d16a743
bus/pci: remove unused scan by address

The function pci_update_device was used to scan a device
for probing by PCI address.
This private function (and implementations) are unused
since such probing is removed.

Fixes: f3bac43b60da ("bus/pci: remove unused function to probe by address")
Cc: stable@dpdk.org
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: David Marchand <david.marchand@redhat.com>
drivers/bus/pci/bsd/pci.c
drivers/bus/pci/linux/pci.c
drivers/bus/pci/private.h
drivers/bus/pci/windows/pci.c