diff options
author | Jiri Pirko <jiri@resnulli.us> | 2014-12-04 15:41:18 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-12-09 14:49:02 -0500 |
commit | 57d743a3dec174b8f1fbf53e93ade2fea3d32bd7 (patch) | |
tree | bbed00c734c48eed21e60a5100ff117406433571 /include/net/sch_generic.h | |
parent | 02dc4025a088ea7ff53fcb35ba9e0f295078a4a0 (diff) |
net: sched: cls: remove unused op put from tcf_proto_ops
It is never called and implementations are void. So just remove it.
Signed-off-by: Jiri Pirko <jiri@resnulli.us>
Signed-off-by: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/net/sch_generic.h')
-rw-r--r-- | include/net/sch_generic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/sch_generic.h b/include/net/sch_generic.h index d17ed6fb2f70..3d282cbb66bf 100644 --- a/include/net/sch_generic.h +++ b/include/net/sch_generic.h | |||
@@ -219,7 +219,6 @@ struct tcf_proto_ops { | |||
219 | void (*destroy)(struct tcf_proto*); | 219 | void (*destroy)(struct tcf_proto*); |
220 | 220 | ||
221 | unsigned long (*get)(struct tcf_proto*, u32 handle); | 221 | unsigned long (*get)(struct tcf_proto*, u32 handle); |
222 | void (*put)(struct tcf_proto*, unsigned long); | ||
223 | int (*change)(struct net *net, struct sk_buff *, | 222 | int (*change)(struct net *net, struct sk_buff *, |
224 | struct tcf_proto*, unsigned long, | 223 | struct tcf_proto*, unsigned long, |
225 | u32 handle, struct nlattr **, | 224 | u32 handle, struct nlattr **, |