diff options
author | Yue Haibing <yuehaibing@huawei.com> | 2023-08-02 05:46:59 +0200 |
---|---|---|
committer | Paolo Abeni <pabeni@redhat.com> | 2023-08-03 12:51:45 +0200 |
commit | c956910d5af1e5df0f94fddb1bdae1ecaf74b3c5 (patch) | |
tree | 46c3e25e02228a7c5e788a483758441d6efefc10 /net/tipc/bearer.h | |
parent | net: ethernet: mtk_eth_soc: support per-flow accounting on MT7988 (diff) | |
download | linux-c956910d5af1e5df0f94fddb1bdae1ecaf74b3c5.tar.xz linux-c956910d5af1e5df0f94fddb1bdae1ecaf74b3c5.zip |
tipc: Remove unused function declarations
Commit d50ccc2d3909 ("tipc: add 128-bit node identifier") declared but never
implemented tipc_node_id2hash().
Also commit 5c216e1d28c8 ("tipc: Allow run-time alteration of default link settings")
never implemented tipc_media_set_priority() and tipc_media_set_window(),
commit cad2929dc432 ("tipc: update a binding service via broadcast") only declared
tipc_named_bcast().
Since commit be07f056396d ("tipc: simplify the finalize work queue")
tipc_sched_net_finalize() is removed and declaration is unused.
Signed-off-by: Yue Haibing <yuehaibing@huawei.com>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://lore.kernel.org/r/20230802034659.39840-1-yuehaibing@huawei.com
Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'net/tipc/bearer.h')
-rw-r--r-- | net/tipc/bearer.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/bearer.h b/net/tipc/bearer.h index 1ee60649bd17..41eac1ee0c09 100644 --- a/net/tipc/bearer.h +++ b/net/tipc/bearer.h @@ -214,8 +214,6 @@ int tipc_nl_media_get(struct sk_buff *skb, struct genl_info *info); int tipc_nl_media_set(struct sk_buff *skb, struct genl_info *info); int __tipc_nl_media_set(struct sk_buff *skb, struct genl_info *info); -int tipc_media_set_priority(const char *name, u32 new_value); -int tipc_media_set_window(const char *name, u32 new_value); int tipc_media_addr_printf(char *buf, int len, struct tipc_media_addr *a); int tipc_enable_l2_media(struct net *net, struct tipc_bearer *b, struct nlattr *attrs[]); |