Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 89d82452 authored by Wei Yongjun's avatar Wei Yongjun Committed by David S. Miller
Browse files

net/sched: act_mirred: remove duplicated include from act_mirred.c



Remove duplicated include.

Signed-off-by: default avatarWei Yongjun <weiyongjun1@huawei.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent fee40221
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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);