Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=248bbf38215fd5ce45a31c65c5e5511d9b611e5a
Commit:     248bbf38215fd5ce45a31c65c5e5511d9b611e5a
Parent:     4a4b6271a8df417e328aed4c8a7e04e0b282207e
Author:     Florian Westphal <[EMAIL PROTECTED]>
AuthorDate: Thu Aug 2 19:26:23 2007 -0700
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Thu Aug 2 19:42:30 2007 -0700

    [TIPC]: Make function tipc_nameseq_subscribe static.
    
    make needlessly global function tipc_nameseq_subscribe static.
    
    Signed-off-by: Florian Westphal <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 net/tipc/name_table.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to