aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShigeru Yoshida <[email protected]>2024-07-09 23:34:10 +0900
committerDavid S. Miller <[email protected]>2024-07-12 03:41:32 +0100
commit534ea0a95e2d7b31eb1e1248d04edaffed75e366 (patch)
tree55c1587101cf1046d92658fd938791f7d68d385e
parent2a4183f864dad50f84edb6b67a2807a438f944fd (diff)
tipc: Remove unused struct declaration
struct tipc_name_table in core.h is not used. Remove this declaration. Signed-off-by: Shigeru Yoshida <[email protected]> Reviewed-by: Tung Nguyen <[email protected]> Signed-off-by: David S. Miller <[email protected]>
-rw-r--r--net/tipc/core.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h
index 7eccd97e0609..7f3fe3401c45 100644
--- a/net/tipc/core.h
+++ b/net/tipc/core.h
@@ -72,7 +72,6 @@ struct tipc_node;
struct tipc_bearer;
struct tipc_bc_base;
struct tipc_link;
-struct tipc_name_table;
struct tipc_topsrv;
struct tipc_monitor;
#ifdef CONFIG_TIPC_CRYPTO