[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070802225638.GA14966@Chamillionaire.breakpoint.cc>
Date: Fri, 3 Aug 2007 00:56:38 +0200
From: Florian Westphal <fw@...len.de>
To: netdev <netdev@...r.kernel.org>
Cc: per.liden@...csson.com, jon.maloy@...csson.com,
allan.stephens@...driver.com
Subject: [PATCH] TIPC: make function tipc_nameseq_subscribe static
make needlessly global function tipc_nameseq_subscribe static.
Signed-off-by: Florian Westphal <fw@...len.de>
---
diff --git a/net/tipc/name_table.c b/net/tipc/name_table.c
index d8473ee..ac7dfdd 100644
--- a/net/tipc/name_table.c
+++ b/net/tipc/name_table.c
@@ -501,7 +501,7 @@ end_node:
* sequence overlapping with the requested sequence
*/
-void tipc_nameseq_subscribe(struct name_seq *nseq, struct subscription *s)
+static void tipc_nameseq_subscribe(struct name_seq *nseq, struct subscription *s)
{
struct sub_seq *sseq = nseq->sseqs;
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists