Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Yue Haibing and committed by
Jakub Kicinski
209bccba ba4a734e

-5
-5
include/net/fq.h
··· 98 98 struct sk_buff *, 99 99 void *); 100 100 101 - typedef struct fq_flow *fq_flow_get_default_t(struct fq *, 102 - struct fq_tin *, 103 - int idx, 104 - struct sk_buff *); 105 - 106 101 #endif