]> git.droids-corp.org - dpdk.git/commitdiff
drivers/dpaa: remove duplicate includes
authorThomas Monjalon <thomas@monjalon.net>
Fri, 6 Oct 2017 16:08:29 +0000 (18:08 +0200)
committerThomas Monjalon <thomas@monjalon.net>
Fri, 6 Oct 2017 17:10:19 +0000 (19:10 +0200)
Fixes: 866c306ff03f ("mempool/dpaa: support NXP DPAA mempool")
Fixes: 37f9b54bd3cf ("net/dpaa: support Tx and Rx queue setup")
Signed-off-by: Thomas Monjalon <thomas@monjalon.net>
Acked-by: Hemant Agrawal <hemant.agrawal@nxp.com>
drivers/mempool/dpaa/dpaa_mempool.h
drivers/net/dpaa/dpaa_rxtx.c

index de33c0cf1f4245109e5fd934e4c698926309e5e3..6795859468ebf16095863c4070e9a3cebe70f4bc 100644 (file)
@@ -37,7 +37,6 @@
 #include <stdbool.h>
 #include <inttypes.h>
 #include <unistd.h>
-#include <unistd.h>
 
 #include <rte_mempool.h>
 
index d73f9cbe71c083432389f5ae5656e306d2d28c7d..0433f3bb1bf7edcc1ee18e95e54d2c531f81cb2f 100644 (file)
@@ -32,7 +32,6 @@
  */
 
 /* System headers */
-#include <stdio.h>
 #include <inttypes.h>
 #include <unistd.h>
 #include <stdio.h>
@@ -56,7 +55,6 @@
 #include <rte_alarm.h>
 #include <rte_ether.h>
 #include <rte_ethdev.h>
-#include <rte_atomic.h>
 #include <rte_malloc.h>
 #include <rte_ring.h>
 #include <rte_ip.h>