Re: [dpdk-dev] [PATCH 1/2] pci: make rte_pci_remove_device static

2018-05-22 Thread Gaƫtan Rivet
Hello Stephen, On Mon, May 21, 2018 at 09:41:49AM -0700, Stephen Hemminger wrote: > Only used in one file, and therefore can be made static. > > Signed-off-by: Stephen Hemminger Acked-by: Gaetan Rivet > --- > drivers/bus/pci/pci_common.c | 5 - > drivers/bus/pci/private.h| 10 --

[dpdk-dev] [PATCH 1/2] pci: make rte_pci_remove_device static

2018-05-21 Thread Stephen Hemminger
Only used in one file, and therefore can be made static. Signed-off-by: Stephen Hemminger --- drivers/bus/pci/pci_common.c | 5 - drivers/bus/pci/private.h| 10 -- 2 files changed, 4 insertions(+), 11 deletions(-) diff --git a/drivers/bus/pci/pci_common.c b/drivers/bus/pci/pci_