From: Florian Westphal Date: Fri, 3 Aug 2007 02:26:23 +0000 (-0700) Subject: [TIPC]: Make function tipc_nameseq_subscribe static. X-Git-Tag: v3.12-rc1~27288^2~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=248bbf38215fd5ce45a31c65c5e5511d9b611e5a;p=kernel%2Fkernel-generic.git [TIPC]: Make function tipc_nameseq_subscribe static. make needlessly global function tipc_nameseq_subscribe static. Signed-off-by: Florian Westphal Signed-off-by: David S. Miller --- 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;