Re: [dpdk-dev] [PATCH v2 6/6] bus/pci: remove duplicate declaration

2020-09-14 Thread Andrew Rybchenko
On 9/14/20 11:23 AM, David Marchand wrote: > This declaration is the same as the one a few lines before. > > Fixes: 6844d146ff39 ("eal: add bus pointer in device structure") > Cc: sta...@dpdk.org > > Signed-off-by: David Marchand Acked-by: Andrew Rybchenko

[dpdk-dev] [PATCH v2 6/6] bus/pci: remove duplicate declaration

2020-09-14 Thread David Marchand
This declaration is the same as the one a few lines before. Fixes: 6844d146ff39 ("eal: add bus pointer in device structure") Cc: sta...@dpdk.org Signed-off-by: David Marchand --- drivers/bus/pci/private.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/drivers/bus/pci/private.h b/drivers/b