aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc/node.c
diff options
context:
space:
mode:
authorAllan Stephens <[email protected]>2010-11-30 12:00:57 +0000
committerDavid S. Miller <[email protected]>2010-12-02 21:34:03 +0000
commit528c771e87c3fa661bc6983b5bf0ba464d9f7c3a (patch)
treeb30436a97091e0ac16119785bb644ab3b81f9cdf /net/tipc/node.c
parenttipc: Eliminate useless return value when disabling a bearer (diff)
downloadkernel-528c771e87c3fa661bc6983b5bf0ba464d9f7c3a.tar.gz
kernel-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 <[email protected]> Signed-off-by: Paul Gortmaker <[email protected]> Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'net/tipc/node.c')
-rw-r--r--net/tipc/node.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tipc/node.c b/net/tipc/node.c
index bd959a855fd5..df71dfc3a9ae 100644
--- a/net/tipc/node.c
+++ b/net/tipc/node.c
@@ -40,7 +40,6 @@
#include "port.h"
#include "name_distr.h"
-void node_print(struct print_buf *buf, struct tipc_node *n_ptr, char *str);
static void node_lost_contact(struct tipc_node *n_ptr);
static void node_established_contact(struct tipc_node *n_ptr);