net_sched: get rid of some forward declarations
authorWANG Cong <xiyou.wangcong@gmail.com>
Mon, 7 Aug 2017 22:26:50 +0000 (15:26 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 9 Aug 2017 01:17:39 +0000 (18:17 -0700)
commit7120371c8ef1bca709308f6e41130b6fd87b7d15
tree368243eb046870298a62802bec8ac6a4d29e7271
parent274cdb46e98b965449c68d912bcc45899ba34593
net_sched: get rid of some forward declarations

If we move up tcf_fill_node() we can get rid of these
forward declarations.

Also, move down tfilter_notify_chain() to group them together.

Reported-by: Jamal Hadi Salim <jhs@mojatatu.com>
Cc: Jamal Hadi Salim <jhs@mojatatu.com>
Signed-off-by: Cong Wang <xiyou.wangcong@gmail.com>
Acked-by: Jiri Pirko <jiri@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/sched/cls_api.c