From mboxrd@z Thu Jan 1 00:00:00 1970 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) Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga104.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 31 Aug 2017 06:53:59 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,453,1498546800"; d="scan'208";a="306555624" Received: from silpixa00399126.ir.intel.com (HELO silpixa00399126.ger.corp.intel.com) ([10.237.223.223]) by fmsmga004.fm.intel.com with ESMTP; 31 Aug 2017 06:53:57 -0700 From: Bruce Richardson To: konstantin.ananyev@intel.com, thomas@monjalon.net, john.griffin@intel.com, fiona.trahe@intel.com Cc: dev@dpdk.org, Bruce Richardson Date: Thu, 31 Aug 2017 14:42:44 +0100 Message-Id: <20170831134244.35215-5-bruce.richardson@intel.com> X-Mailer: git-send-email 2.13.5 In-Reply-To: <20170831134244.35215-1-bruce.richardson@intel.com> References: <20170831134244.35215-1-bruce.richardson@intel.com> Subject: [dpdk-dev] [PATCH 4/4] crypto/qat: remove dependency on ether library X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: DPDK patches and discussions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 31 Aug 2017 13:53:59 -0000 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