From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bruce Richardson Subject: [PATCH 4/4] crypto/qat: remove dependency on ether library Date: Thu, 31 Aug 2017 14:42:44 +0100 Message-ID: <20170831134244.35215-5-bruce.richardson@intel.com> References: <20170831134244.35215-1-bruce.richardson@intel.com> Cc: dev@dpdk.org, Bruce Richardson To: konstantin.ananyev@intel.com, thomas@monjalon.net, john.griffin@intel.com, fiona.trahe@intel.com Return-path: Received: from mga04.intel.com (mga04.intel.com [192.55.52.120]) by dpdk.org (Postfix) with ESMTP id 547952E8F for ; Thu, 31 Aug 2017 15:53:59 +0200 (CEST) In-Reply-To: <20170831134244.35215-1-bruce.richardson@intel.com> List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" The QAT crypto driver does not need to depend on the ether library, so remove the unnecessary header inclusion. Signed-off-by: Bruce Richardson --- drivers/crypto/qat/qat_crypto.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/crypto/qat/qat_crypto.c b/drivers/crypto/qat/qat_crypto.c index 1f52cabfd..62ee175ba 100644 --- a/drivers/crypto/qat/qat_crypto.c +++ b/drivers/crypto/qat/qat_crypto.c @@ -46,7 +46,6 @@ #include #include #include -#include #include #include #include -- 2.13.5