diff options
Diffstat (limited to 'net/sched/cls_bpf.c')
-rw-r--r-- | net/sched/cls_bpf.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/sched/cls_bpf.c b/net/sched/cls_bpf.c index d0de979c04a3..84c8219c3e1c 100644 --- a/net/sched/cls_bpf.c +++ b/net/sched/cls_bpf.c | |||
@@ -151,10 +151,6 @@ static unsigned long cls_bpf_get(struct tcf_proto *tp, u32 handle) | |||
151 | return ret; | 151 | return ret; |
152 | } | 152 | } |
153 | 153 | ||
154 | static void cls_bpf_put(struct tcf_proto *tp, unsigned long f) | ||
155 | { | ||
156 | } | ||
157 | |||
158 | static int cls_bpf_modify_existing(struct net *net, struct tcf_proto *tp, | 154 | static int cls_bpf_modify_existing(struct net *net, struct tcf_proto *tp, |
159 | struct cls_bpf_prog *prog, | 155 | struct cls_bpf_prog *prog, |
160 | unsigned long base, struct nlattr **tb, | 156 | unsigned long base, struct nlattr **tb, |
@@ -356,7 +352,6 @@ static struct tcf_proto_ops cls_bpf_ops __read_mostly = { | |||
356 | .init = cls_bpf_init, | 352 | .init = cls_bpf_init, |
357 | .destroy = cls_bpf_destroy, | 353 | .destroy = cls_bpf_destroy, |
358 | .get = cls_bpf_get, | 354 | .get = cls_bpf_get, |
359 | .put = cls_bpf_put, | ||
360 | .change = cls_bpf_change, | 355 | .change = cls_bpf_change, |
361 | .delete = cls_bpf_delete, | 356 | .delete = cls_bpf_delete, |
362 | .walk = cls_bpf_walk, | 357 | .walk = cls_bpf_walk, |