From: Shigeru Yoshida Date: Tue, 9 Jul 2024 14:34:10 +0000 (+0900) Subject: tipc: Remove unused struct declaration X-Git-Tag: v6.11-rc1~163^2~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=534ea0a95e2d7b31eb1e1248d04edaffed75e366;p=thirdparty%2Fkernel%2Flinux.git tipc: Remove unused struct declaration struct tipc_name_table in core.h is not used. Remove this declaration. Signed-off-by: Shigeru Yoshida Reviewed-by: Tung Nguyen Signed-off-by: David S. Miller --- diff --git a/net/tipc/core.h b/net/tipc/core.h index 7eccd97e06097..7f3fe3401c457 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