mirror of
				git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
				synced 2025-10-31 16:54:21 +00:00 
			
		
		
		
	tipc: Remove unused function declarations
Commitd50ccc2d39("tipc: add 128-bit node identifier") declared but never implemented tipc_node_id2hash(). Also commit5c216e1d28("tipc: Allow run-time alteration of default link settings") never implemented tipc_media_set_priority() and tipc_media_set_window(), commitcad2929dc4("tipc: update a binding service via broadcast") only declared tipc_named_bcast(). Since commitbe07f05639("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>
This commit is contained in:
		
							parent
							
								
									571e9c4968
								
							
						
					
					
						commit
						c956910d5a
					
				
					 4 changed files with 0 additions and 5 deletions
				
			
		|  | @ -131,6 +131,5 @@ bool tipc_in_scope(bool legacy_format, u32 domain, u32 addr); | |||
| void tipc_set_node_id(struct net *net, u8 *id); | ||||
| void tipc_set_node_addr(struct net *net, u32 addr); | ||||
| char *tipc_nodeid2string(char *str, u8 *id); | ||||
| u32 tipc_node_id2hash(u8 *id128); | ||||
| 
 | ||||
| #endif | ||||
|  |  | |||
|  | @ -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[]); | ||||
|  |  | |||
|  | @ -67,7 +67,6 @@ struct distr_item { | |||
| 	__be32 key; | ||||
| }; | ||||
| 
 | ||||
| void tipc_named_bcast(struct net *net, struct sk_buff *skb); | ||||
| struct sk_buff *tipc_named_publish(struct net *net, struct publication *publ); | ||||
| struct sk_buff *tipc_named_withdraw(struct net *net, struct publication *publ); | ||||
| void tipc_named_node_up(struct net *net, u32 dnode, u16 capabilities); | ||||
|  |  | |||
|  | @ -43,7 +43,6 @@ extern const struct nla_policy tipc_nl_net_policy[]; | |||
| 
 | ||||
| int tipc_net_init(struct net *net, u8 *node_id, u32 addr); | ||||
| void tipc_net_finalize_work(struct work_struct *work); | ||||
| void tipc_sched_net_finalize(struct net *net, u32 addr); | ||||
| void tipc_net_stop(struct net *net); | ||||
| int tipc_nl_net_dump(struct sk_buff *skb, struct netlink_callback *cb); | ||||
| int tipc_nl_net_set(struct sk_buff *skb, struct genl_info *info); | ||||
|  |  | |||
		Loading…
	
	Add table
		
		Reference in a new issue
	
	 Yue Haibing
						Yue Haibing