OSDN Git Service

net: sched: cls: remove unused op put from tcf_proto_ops
authorJiri Pirko <jiri@resnulli.us>
Thu, 4 Dec 2014 20:41:18 +0000 (21:41 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 9 Dec 2014 19:49:02 +0000 (14:49 -0500)
commit57d743a3dec174b8f1fbf53e93ade2fea3d32bd7
treebbed00c734c48eed21e60a5100ff117406433571
parent02dc4025a088ea7ff53fcb35ba9e0f295078a4a0
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>
include/net/sch_generic.h
net/sched/cls_basic.c
net/sched/cls_bpf.c
net/sched/cls_cgroup.c
net/sched/cls_flow.c
net/sched/cls_fw.c
net/sched/cls_route.c
net/sched/cls_rsvp.h
net/sched/cls_tcindex.c
net/sched/cls_u32.c