Re: [dpdk-dev] [PATCH] bus/pci: remove rte_pci_remove_device() declaration

2018-08-09 Thread Thomas Monjalon
07/08/2018 21:09, Rami Rosen: > This patch removes the forward declaration of rte_pci_remove_device() > method. In the past, this forward decalaration was needed for > rte_pci_detach(), which is now removed from pci_common.c. > > Fixes: e690338a7b85 ("bus/pci: remove unused function to detach by

[dpdk-dev] [PATCH] bus/pci: remove rte_pci_remove_device() declaration

2018-08-07 Thread Rami Rosen
This patch removes the forward declaration of rte_pci_remove_device() method. In the past, this forward decalaration was needed for rte_pci_detach(), which is now removed from pci_common.c. Fixes: e690338a7b85 ("bus/pci: remove unused function to detach by address") Signed-off-by: Rami Rosen --