diff options
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | 2013-04-03 11:21:22 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-04-07 17:12:01 -0400 |
commit | 2f13e9f7418c2893d90b78fc54244d18130d10b3 (patch) | |
tree | 1369d2ae0f3f0812fc3d24190294d9314f6abb52 /net/sched/cls_api.c | |
parent | 775ae9b264c391c96f6ed7bb6f063876afddcea5 (diff) |
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/cls_api.c')
-rw-r--r-- | net/sched/cls_api.c | 1 |
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 @@ | |||
22 | #include <linux/skbuff.h> | 22 | #include <linux/skbuff.h> |
23 | #include <linux/init.h> | 23 | #include <linux/init.h> |
24 | #include <linux/kmod.h> | 24 | #include <linux/kmod.h> |
25 | #include <net/netlink.h> | ||
26 | #include <linux/err.h> | 25 | #include <linux/err.h> |
27 | #include <linux/slab.h> | 26 | #include <linux/slab.h> |
28 | #include <net/net_namespace.h> | 27 | #include <net/net_namespace.h> |