* [dpdk-dev] [PATCH] drivers/net: remove duplicated includes
@ 2018-04-16 10:32 Thomas Monjalon
2018-04-16 16:21 ` Ferruh Yigit
0 siblings, 1 reply; 3+ messages in thread
From: Thomas Monjalon @ 2018-04-16 10:32 UTC (permalink / raw)
To: ferruh.yigit; +Cc: dev
Duplicated includes are found with devtools/check-dup-includes.sh
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
---
drivers/net/axgbe/axgbe_common.h | 1 -
drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c | 1 -
2 files changed, 2 deletions(-)
diff --git a/drivers/net/axgbe/axgbe_common.h b/drivers/net/axgbe/axgbe_common.h
index 97a80f595..d25d54cac 100644
--- a/drivers/net/axgbe/axgbe_common.h
+++ b/drivers/net/axgbe/axgbe_common.h
@@ -34,7 +34,6 @@
#include <rte_ethdev.h>
#include <rte_dev.h>
#include <rte_errno.h>
-#include <rte_dev.h>
#include <rte_ethdev_pci.h>
#include <rte_common.h>
#include <rte_cycles.h>
diff --git a/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c b/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c
index ad6ce72fe..d26e782bb 100644
--- a/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c
+++ b/drivers/net/nfp/nfpcore/nfp_cpp_pcie_ops.c
@@ -23,7 +23,6 @@
#include <stdbool.h>
#include <fcntl.h>
#include <string.h>
-#include <unistd.h>
#include <errno.h>
#include <dirent.h>
#include <libgen.h>
--
2.16.2
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] drivers/net: remove duplicated includes
2018-04-16 10:32 [dpdk-dev] [PATCH] drivers/net: remove duplicated includes Thomas Monjalon
@ 2018-04-16 16:21 ` Ferruh Yigit
2018-04-16 17:25 ` Ferruh Yigit
0 siblings, 1 reply; 3+ messages in thread
From: Ferruh Yigit @ 2018-04-16 16:21 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev
On 4/16/2018 11:32 AM, Thomas Monjalon wrote:
> Duplicated includes are found with devtools/check-dup-includes.sh
>
> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [dpdk-dev] [PATCH] drivers/net: remove duplicated includes
2018-04-16 16:21 ` Ferruh Yigit
@ 2018-04-16 17:25 ` Ferruh Yigit
0 siblings, 0 replies; 3+ messages in thread
From: Ferruh Yigit @ 2018-04-16 17:25 UTC (permalink / raw)
To: Thomas Monjalon; +Cc: dev
On 4/16/2018 5:21 PM, Ferruh Yigit wrote:
> On 4/16/2018 11:32 AM, Thomas Monjalon wrote:
>> Duplicated includes are found with devtools/check-dup-includes.sh
>>
>> Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
>
> Reviewed-by: Ferruh Yigit <ferruh.yigit@intel.com>
Applied to dpdk-next-net/master, thanks.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-04-16 17:25 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-16 10:32 [dpdk-dev] [PATCH] drivers/net: remove duplicated includes Thomas Monjalon
2018-04-16 16:21 ` Ferruh Yigit
2018-04-16 17:25 ` Ferruh Yigit
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).