From mboxrd@z Thu Jan 1 00:00:00 1970 From: Changhyeok Bae Subject: [iproute2][PATCH] ip: Remove unneed header Date: Mon, 12 Jun 2017 04:33:35 +0000 Message-ID: <1497242015-11611-1-git-send-email-changhyeok.bae@gmail.com> Cc: stephen@networkplumber.org, Changhyeok Bae To: netdev@vger.kernel.org Return-path: Received: from mail-pg0-f67.google.com ([74.125.83.67]:34652 "EHLO mail-pg0-f67.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752000AbdFLEdn (ORCPT ); Mon, 12 Jun 2017 00:33:43 -0400 Received: by mail-pg0-f67.google.com with SMTP id v14so13201412pgn.1 for ; Sun, 11 Jun 2017 21:33:43 -0700 (PDT) Sender: netdev-owner@vger.kernel.org List-ID: Fix redefinition of struct ethhdr with a suitably patched musl libc that suppresses the kernel if_ether.h. Signed-off-by: Changhyeok Bae --- ip/iplink_bridge.c | 1 - 1 file changed, 1 deletion(-) diff --git a/ip/iplink_bridge.c b/ip/iplink_bridge.c index cccdec1..f065b22 100644 --- a/ip/iplink_bridge.c +++ b/ip/iplink_bridge.c @@ -13,7 +13,6 @@ #include #include #include -#include #include #include #include -- 2.7.4