diff options
Diffstat (limited to 'net/sched/cls_basic.c')
-rw-r--r-- | net/sched/cls_basic.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/net/sched/cls_basic.c b/net/sched/cls_basic.c index 1c122c7e0549..7cf0a62fc4c9 100644 --- a/net/sched/cls_basic.c +++ b/net/sched/cls_basic.c | |||
@@ -72,10 +72,6 @@ static unsigned long basic_get(struct tcf_proto *tp, u32 handle) | |||
72 | return l; | 72 | return l; |
73 | } | 73 | } |
74 | 74 | ||
75 | static void basic_put(struct tcf_proto *tp, unsigned long f) | ||
76 | { | ||
77 | } | ||
78 | |||
79 | static int basic_init(struct tcf_proto *tp) | 75 | static int basic_init(struct tcf_proto *tp) |
80 | { | 76 | { |
81 | struct basic_head *head; | 77 | struct basic_head *head; |
@@ -287,7 +283,6 @@ static struct tcf_proto_ops cls_basic_ops __read_mostly = { | |||
287 | .init = basic_init, | 283 | .init = basic_init, |
288 | .destroy = basic_destroy, | 284 | .destroy = basic_destroy, |
289 | .get = basic_get, | 285 | .get = basic_get, |
290 | .put = basic_put, | ||
291 | .change = basic_change, | 286 | .change = basic_change, |
292 | .delete = basic_delete, | 287 | .delete = basic_delete, |
293 | .walk = basic_walk, | 288 | .walk = basic_walk, |