]> git.droids-corp.org - dpdk.git/commitdiff
i40e: remove endian.h include
authorBruce Richardson <bruce.richardson@intel.com>
Wed, 18 Jun 2014 20:33:07 +0000 (21:33 +0100)
committerThomas Monjalon <thomas.monjalon@6wind.com>
Wed, 18 Jun 2014 22:57:51 +0000 (00:57 +0200)
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 <bruce.richardson@intel.com>
Acked-by: Thomas Monjalon <thomas.monjalon@6wind.com>
lib/librte_pmd_i40e/i40e_rxtx.c

index d802894c59b6dcc6b0f0bc82e5b387a939c8e87f..9fccbee0fe8384a0f1bcf019944f59533c1c201f 100644 (file)
@@ -31,7 +31,6 @@
  *   OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */
 
-#include <endian.h>
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>