Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=74da4d34e4a452c3f448fe659fa9f4ba1fbe507e
Commit:     74da4d34e4a452c3f448fe659fa9f4ba1fbe507e
Parent:     d5bd0146f0d61f7dc9904a7cc6d5cb9832034de4
Author:     Adrian Bunk <[EMAIL PROTECTED]>
AuthorDate: Wed Feb 13 17:39:34 2008 -0800
Committer:  David S. Miller <[EMAIL PROTECTED]>
CommitDate: Wed Feb 13 17:39:34 2008 -0800

    [INET]: Unexport __inet_hash_connect
    
    This patch removes the unused EXPORT_SYMBOL_GPL(__inet_hash_connect).
    
    Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>
    Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
---
 net/ipv4/inet_hashtables.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/net/ipv4/inet_hashtables.c b/net/ipv4/inet_hashtables.c
index 9cac6c0..e6a0072 100644
--- a/net/ipv4/inet_hashtables.c
+++ b/net/ipv4/inet_hashtables.c
@@ -494,7 +494,6 @@ out:
                return ret;
        }
 }
-EXPORT_SYMBOL_GPL(__inet_hash_connect);
 
 /*
  * Bind a port for a connect operation and hash it.
-
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