diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2023-08-07 16:21:11 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2023-08-09 00:58:23 +0200 |
commit | 209bccbac9e6baa68308e1e236992ae3873e49dc (patch) | |
tree | 85d76babd09569e569f13e38f61963733e19f2ef /include/net/fq.h | |
parent | net/tls: avoid TCP window full during ->read_sock() (diff) | |
download | linux-209bccbac9e6baa68308e1e236992ae3873e49dc.tar.xz linux-209bccbac9e6baa68308e1e236992ae3873e49dc.zip |
net: fq: Remove unused typedef fq_flow_get_default_t
Commitbf9009bf21b5 ("net/fq_impl: drop get_default_func, move default flow to fq_tin")
remove its last user, so can remove it.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20230807142111.33524-1-yuehaibing@huawei.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'include/net/fq.h')
-rw-r--r-- | include/net/fq.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/include/net/fq.h b/include/net/fq.h index 07b5aff6ec58..99fbe4127b95 100644 --- a/include/net/fq.h +++ b/include/net/fq.h @@ -98,9 +98,4 @@ typedef bool fq_skb_filter_t(struct fq *, struct sk_buff *, void *); -typedef struct fq_flow *fq_flow_get_default_t(struct fq *, - struct fq_tin *, - int idx, - struct sk_buff *); - #endif |