From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) by dpdk.org (Postfix) with ESMTP id ADB512E83 for ; Wed, 12 Jul 2017 14:36:02 +0200 (CEST) Received: from orsmga004.jf.intel.com ([10.7.209.38]) by orsmga104.jf.intel.com with ESMTP; 12 Jul 2017 05:36:01 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,349,1496127600"; d="scan'208";a="107351826" Received: from irsmsx103.ger.corp.intel.com ([163.33.3.157]) by orsmga004.jf.intel.com with ESMTP; 12 Jul 2017 05:36:00 -0700 Received: from irsmsx108.ger.corp.intel.com ([169.254.11.133]) by IRSMSX103.ger.corp.intel.com ([169.254.3.9]) with mapi id 14.03.0319.002; Wed, 12 Jul 2017 13:35:59 +0100 From: "De Lara Guarch, Pablo" To: Jan Blunck , "dev@dpdk.org" CC: "Doherty, Declan" Thread-Topic: [dpdk-dev] [PATCH 1/2] cryptodev: remove obsolete include Thread-Index: AQHS+uUBRbYSY3YU/0uKa1hPARa0aKJQIOfw Date: Wed, 12 Jul 2017 12:35:59 +0000 Message-ID: References: <20170712075940.58559-1-jblunck@infradead.org> <20170712075940.58559-2-jblunck@infradead.org> In-Reply-To: <20170712075940.58559-2-jblunck@infradead.org> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [163.33.239.180] Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Subject: Re: [dpdk-dev] [PATCH 1/2] cryptodev: remove obsolete include 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: Wed, 12 Jul 2017 12:36:03 -0000 > -----Original Message----- > From: dev [mailto:dev-bounces@dpdk.org] On Behalf Of Jan Blunck > Sent: Wednesday, July 12, 2017 9:00 AM > To: dev@dpdk.org > Cc: Doherty, Declan > Subject: [dpdk-dev] [PATCH 1/2] cryptodev: remove obsolete include >=20 > Signed-off-by: Jan Blunck > --- > lib/librte_cryptodev/rte_cryptodev.h | 1 - > 1 file changed, 1 deletion(-) >=20 > diff --git a/lib/librte_cryptodev/rte_cryptodev.h > b/lib/librte_cryptodev/rte_cryptodev.h > index ca7cbdd8d..989db0f36 100644 > --- a/lib/librte_cryptodev/rte_cryptodev.h > +++ b/lib/librte_cryptodev/rte_cryptodev.h > @@ -49,7 +49,6 @@ extern "C" { > #include "rte_crypto.h" > #include "rte_dev.h" > #include > -#include >=20 > extern const char **rte_cyptodev_names; >=20 > -- > 2.13.2 Acked-by: Pablo de Lara