summaryrefslogtreecommitdiffstats
path: root/net/tipc/cluster.c
diff options
context:
space:
mode:
authorAllan Stephens <Allan.Stephens@windriver.com>2010-11-30 13:00:57 +0100
committerDavid S. Miller <davem@davemloft.net>2010-12-02 22:34:03 +0100
commit528c771e87c3fa661bc6983b5bf0ba464d9f7c3a (patch)
treeb30436a97091e0ac16119785bb644ab3b81f9cdf /net/tipc/cluster.c
parenttipc: Eliminate useless return value when disabling a bearer (diff)
downloadlinux-528c771e87c3fa661bc6983b5bf0ba464d9f7c3a.tar.xz
linux-528c771e87c3fa661bc6983b5bf0ba464d9f7c3a.zip
tipc: Delete useless function prototypes
Removes several function declarations that aren't used anywhere, either because they reference routines that no longer exist or because all users of the function reference it after it has already been defined. Signed-off-by: Allan Stephens <Allan.Stephens@windriver.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/tipc/cluster.c')
-rw-r--r--net/tipc/cluster.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/cluster.c b/net/tipc/cluster.c
index ee251798d482..405be87157ba 100644
--- a/net/tipc/cluster.c
+++ b/net/tipc/cluster.c
@@ -40,7 +40,6 @@
static void tipc_cltr_multicast(struct cluster *c_ptr, struct sk_buff *buf,
u32 lower, u32 upper);
-static struct sk_buff *tipc_cltr_prepare_routing_msg(u32 data_size, u32 dest);
struct tipc_node **tipc_local_nodes = NULL;
struct tipc_node_map tipc_cltr_bcast_nodes = {0,{0,}};