projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fee4022
)
net/sched: act_mirred: remove duplicated include from act_mirred.c
author
Wei Yongjun
<weiyongjun1@huawei.com>
Mon, 6 Feb 2017 16:07:13 +0000
(16:07 +0000)
committer
David 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
patch
|
blob
|
history
diff --git
a/net/sched/act_mirred.c
b/net/sched/act_mirred.c
index 84682f02b611f8f3f339463e2a19738c5a9d2897..af49c7dca8608cebbaa0224976ae7df104e5526f 100644
(file)
--- a/
net/sched/act_mirred.c
+++ b/
net/sched/act_mirred.c
@@
-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);