summaryrefslogtreecommitdiffstats
path: root/net/sched
diff options
context:
space:
mode:
authorWei Yongjun <yongjun_wei@trendmicro.com.cn>2013-04-03 15:21:22 +0000
committerDavid S. Miller <davem@davemloft.net>2013-04-07 17:12:01 -0400
commit2f13e9f7418c2893d90b78fc54244d18130d10b3 (patch)
tree1369d2ae0f3f0812fc3d24190294d9314f6abb52 /net/sched
parent775ae9b264c391c96f6ed7bb6f063876afddcea5 (diff)
downloadlinux-2f13e9f7418c2893d90b78fc54244d18130d10b3.tar.gz
linux-2f13e9f7418c2893d90b78fc54244d18130d10b3.tar.xz
net_cls: remove duplicated include from cls_api.c
Remove duplicated include. Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched')
-rw-r--r--net/sched/cls_api.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sched/cls_api.c b/net/sched/cls_api.c
index 5c81b2603239..8e118af90973 100644
--- a/net/sched/cls_api.c
+++ b/net/sched/cls_api.c
@@ -22,7 +22,6 @@
#include <linux/skbuff.h>
#include <linux/init.h>
#include <linux/kmod.h>
-#include <net/netlink.h>
#include <linux/err.h>
#include <linux/slab.h>
#include <net/net_namespace.h>