diff options
author | Jon Paul Maloy <jon.maloy@ericsson.com> | 2015-10-22 08:51:48 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2015-10-24 06:56:47 -0700 |
commit | 2af5ae372a4b6d6e2d3314af0e9c865d6d64f8d3 (patch) | |
tree | 5da9c2e91de35b9111a3badb947416deba5083d8 /net/tipc/core.h | |
parent | c49a0a84391bcc313b3dc2a9ceee6de684e07655 (diff) | |
download | linux-2af5ae372a4b6d6e2d3314af0e9c865d6d64f8d3.tar.bz2 |
tipc: clean up unused code and structures
After the previous changes in this series, we can now remove some
unused code and structures, both in the broadcast, link aggregation
and link code.
There are no functional changes in this commit.
Signed-off-by: Jon Maloy <jon.maloy@ericsson.com>
Reviewed-by: Ying Xue <ying.xue@windriver.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/core.h')
-rw-r--r-- | net/tipc/core.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/tipc/core.h b/net/tipc/core.h index 6d589aaad054..18e95a8020cd 100644 --- a/net/tipc/core.h +++ b/net/tipc/core.h @@ -62,7 +62,6 @@ struct tipc_node; struct tipc_bearer; -struct tipc_bcbearer; struct tipc_bc_base; struct tipc_link; struct tipc_name_table; @@ -94,7 +93,6 @@ struct tipc_net { /* Broadcast link */ spinlock_t bclock; - struct tipc_bcbearer *bcbearer; struct tipc_bc_base *bcbase; struct tipc_link *bcl; |