aboutsummaryrefslogtreecommitdiff
path: root/net/tipc/name_table.h
diff options
context:
space:
mode:
authorGravatar Hoang Le <hoang.h.le@dektech.com.au> 2022-06-17 08:47:51 +0700
committerGravatar David S. Miller <davem@davemloft.net> 2022-06-17 11:43:57 +0100
commit4875d94c69d5a4836c4225b51429d277c297aae8 (patch)
treed7403b84f85117677055d0a6c51eb1996daadaf3 /net/tipc/name_table.h
parentnet: macb: fix negative max_mtu size for sama5d3 (diff)
downloadlinux-4875d94c69d5a4836c4225b51429d277c297aae8.tar.gz
linux-4875d94c69d5a4836c4225b51429d277c297aae8.tar.bz2
linux-4875d94c69d5a4836c4225b51429d277c297aae8.zip
tipc: cleanup unused function
tipc_dest_list_len() is not being called anywhere. Clean it up. Acked-by: Jon Maloy <jmaloy@redhat.com> Signed-off-by: Hoang Le <hoang.h.le@dektech.com.au> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/name_table.h')
-rw-r--r--net/tipc/name_table.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/name_table.h b/net/tipc/name_table.h
index 259f95e3d99c..3bcd9ef8cee3 100644
--- a/net/tipc/name_table.h
+++ b/net/tipc/name_table.h
@@ -151,6 +151,5 @@ bool tipc_dest_push(struct list_head *l, u32 node, u32 port);
bool tipc_dest_pop(struct list_head *l, u32 *node, u32 *port);
bool tipc_dest_del(struct list_head *l, u32 node, u32 port);
void tipc_dest_list_purge(struct list_head *l);
-int tipc_dest_list_len(struct list_head *l);
#endif