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 de33c0c..6795859 100644 (file)
@@ -37,7 +37,6 @@
 #include <stdbool.h>
 #include <inttypes.h>
 #include <unistd.h>
-#include <unistd.h>
 
 #include <rte_mempool.h>
 
index d73f9cb..0433f3b 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>