]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
net/sched: act_mirred: remove duplicated include from act_mirred.c
authorWei Yongjun <weiyongjun1@huawei.com>
Mon, 6 Feb 2017 16:07:13 +0000 (16:07 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 7 Feb 2017 16:42:34 +0000 (11:42 -0500)
Remove duplicated include.

Signed-off-by: Wei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/act_mirred.c

index 84682f02b611f8f3f339463e2a19738c5a9d2897..af49c7dca8608cebbaa0224976ae7df104e5526f 100644 (file)
@@ -28,8 +28,6 @@
 #include <linux/tc_act/tc_mirred.h>
 #include <net/tc_act/tc_mirred.h>
 
-#include <linux/if_arp.h>
-
 #define MIRRED_TAB_MASK     7
 static LIST_HEAD(mirred_list);
 static DEFINE_SPINLOCK(mirred_list_lock);