aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched/cls_cgroup.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/sched/cls_cgroup.c')
-rw-r--r--net/sched/cls_cgroup.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/net/sched/cls_cgroup.c b/net/sched/cls_cgroup.c
index dbee65e26b3e..741bfa7debb2 100644
--- a/net/sched/cls_cgroup.c
+++ b/net/sched/cls_cgroup.c
@@ -67,10 +67,6 @@ static unsigned long cls_cgroup_get(struct tcf_proto *tp, u32 handle)
67 return 0UL; 67 return 0UL;
68} 68}
69 69
70static void cls_cgroup_put(struct tcf_proto *tp, unsigned long f)
71{
72}
73
74static int cls_cgroup_init(struct tcf_proto *tp) 70static int cls_cgroup_init(struct tcf_proto *tp)
75{ 71{
76 return 0; 72 return 0;
@@ -213,7 +209,6 @@ static struct tcf_proto_ops cls_cgroup_ops __read_mostly = {
213 .classify = cls_cgroup_classify, 209 .classify = cls_cgroup_classify,
214 .destroy = cls_cgroup_destroy, 210 .destroy = cls_cgroup_destroy,
215 .get = cls_cgroup_get, 211 .get = cls_cgroup_get,
216 .put = cls_cgroup_put,
217 .delete = cls_cgroup_delete, 212 .delete = cls_cgroup_delete,
218 .walk = cls_cgroup_walk, 213 .walk = cls_cgroup_walk,
219 .dump = cls_cgroup_dump, 214 .dump = cls_cgroup_dump,