From d4af27d9d0a4f870e06d8509b460b8604caf7925 Mon Sep 17 00:00:00 2001 From: Thomas Monjalon Date: Fri, 6 Oct 2017 18:08:29 +0200 Subject: [PATCH] drivers/dpaa: remove duplicate includes Fixes: 866c306ff03f ("mempool/dpaa: support NXP DPAA mempool") Fixes: 37f9b54bd3cf ("net/dpaa: support Tx and Rx queue setup") Signed-off-by: Thomas Monjalon Acked-by: Hemant Agrawal --- drivers/mempool/dpaa/dpaa_mempool.h | 1 - drivers/net/dpaa/dpaa_rxtx.c | 2 -- 2 files changed, 3 deletions(-) diff --git a/drivers/mempool/dpaa/dpaa_mempool.h b/drivers/mempool/dpaa/dpaa_mempool.h index de33c0cf1f..6795859468 100644 --- a/drivers/mempool/dpaa/dpaa_mempool.h +++ b/drivers/mempool/dpaa/dpaa_mempool.h @@ -37,7 +37,6 @@ #include #include #include -#include #include diff --git a/drivers/net/dpaa/dpaa_rxtx.c b/drivers/net/dpaa/dpaa_rxtx.c index d73f9cbe71..0433f3bb1b 100644 --- a/drivers/net/dpaa/dpaa_rxtx.c +++ b/drivers/net/dpaa/dpaa_rxtx.c @@ -32,7 +32,6 @@ */ /* System headers */ -#include #include #include #include @@ -56,7 +55,6 @@ #include #include #include -#include #include #include #include -- 2.20.1