From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) by dpdk.org (Postfix) with ESMTP id 2477EAF85 for ; Wed, 18 Jun 2014 22:33:20 +0200 (CEST) Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by fmsmga101.fm.intel.com with ESMTP; 18 Jun 2014 13:33:36 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.01,502,1400050800"; d="scan'208";a="557587252" Received: from irvmail001.ir.intel.com ([163.33.26.43]) by fmsmga002.fm.intel.com with ESMTP; 18 Jun 2014 13:33:35 -0700 Received: from sivswdev02.ir.intel.com (sivswdev02.ir.intel.com [10.237.217.46]) by irvmail001.ir.intel.com (8.14.3/8.13.6/MailSET/Hub) with ESMTP id s5IKXZU9013842; Wed, 18 Jun 2014 21:33:35 +0100 Received: from sivswdev02.ir.intel.com (localhost [127.0.0.1]) by sivswdev02.ir.intel.com with ESMTP id s5IKXZ4Z027790; Wed, 18 Jun 2014 21:33:35 +0100 Received: (from bricha3@localhost) by sivswdev02.ir.intel.com with id s5IKXZ4I027786; Wed, 18 Jun 2014 21:33:35 +0100 From: Bruce Richardson To: dev@dpdk.org Date: Wed, 18 Jun 2014 21:33:07 +0100 Message-Id: <1403123587-27433-5-git-send-email-bruce.richardson@intel.com> X-Mailer: git-send-email 1.7.0.7 In-Reply-To: <1403123587-27433-1-git-send-email-bruce.richardson@intel.com> References: <1403123587-27433-1-git-send-email-bruce.richardson@intel.com> Subject: [dpdk-dev] [PATCH 4/4] i40e: remove endian.h include X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 18 Jun 2014 20:33:21 -0000 endian.h is not needed for the compilation of i40e_rxtx.c and its inclusion prevents building on FreeBSD systems. Signed-off-by: Bruce Richardson --- lib/librte_pmd_i40e/i40e_rxtx.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/librte_pmd_i40e/i40e_rxtx.c b/lib/librte_pmd_i40e/i40e_rxtx.c index d802894..9fccbee 100644 --- a/lib/librte_pmd_i40e/i40e_rxtx.c +++ b/lib/librte_pmd_i40e/i40e_rxtx.c @@ -31,7 +31,6 @@ * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */ -#include #include #include #include -- 1.9.3