diff options
| -rw-r--r-- | include/net/pkt_cls.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/pkt_cls.h b/include/net/pkt_cls.h index 31574c958673..5cd3cf51cb35 100644 --- a/include/net/pkt_cls.h +++ b/include/net/pkt_cls.h | |||
| @@ -79,7 +79,8 @@ int tcf_classify(struct sk_buff *skb, const struct tcf_proto *tp, | |||
| 79 | #else | 79 | #else |
| 80 | static inline | 80 | static inline |
| 81 | int tcf_block_get(struct tcf_block **p_block, | 81 | int tcf_block_get(struct tcf_block **p_block, |
| 82 | struct tcf_proto __rcu **p_filter_chain, struct Qdisc *q) | 82 | struct tcf_proto __rcu **p_filter_chain, struct Qdisc *q, |
| 83 | struct netlink_ext_ack *extack) | ||
| 83 | { | 84 | { |
| 84 | return 0; | 85 | return 0; |
| 85 | } | 86 | } |
