* [PATCH] TIPC: make function tipc_nameseq_subscribe static
@ 2007-08-02 22:56 Florian Westphal
2007-08-03 2:26 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Florian Westphal @ 2007-08-02 22:56 UTC (permalink / raw)
To: netdev; +Cc: per.liden, jon.maloy, allan.stephens
make needlessly global function tipc_nameseq_subscribe static.
Signed-off-by: Florian Westphal <fw@strlen.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;
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-08-03 2:26 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-02 22:56 [PATCH] TIPC: make function tipc_nameseq_subscribe static Florian Westphal
2007-08-03 2:26 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox