[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20170206160713.7610-1-weiyj.lk@gmail.com>
Date: Mon, 6 Feb 2017 16:07:13 +0000
From: Wei Yongjun <weiyj.lk@...il.com>
To: Jamal Hadi Salim <jhs@...atatu.com>,
"David S. Miller" <davem@...emloft.net>
Cc: Wei Yongjun <weiyongjun1@...wei.com>, netdev@...r.kernel.org
Subject: [PATCH net-next] net/sched: act_mirred: remove duplicated include from act_mirred.c
From: Wei Yongjun <weiyongjun1@...wei.com>
Remove duplicated include.
Signed-off-by: Wei Yongjun <weiyongjun1@...wei.com>
---
net/sched/act_mirred.c | 2 --
1 file changed, 2 deletions(-)
diff --git a/net/sched/act_mirred.c b/net/sched/act_mirred.c
index 84682f0..af49c7d 100644
--- 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);
Powered by blists - more mailing lists