[2.6 patch] unexport sock_enable_timestamp

2007-10-24 Thread Adrian Bunk
sock_enable_timestamp() no longer has any modular users.

Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

---
c207a1b7709635c74b953324e60ab5a732ea279c 
diff --git a/net/core/sock.c b/net/core/sock.c
index febbcbc..bba9949 100644
--- a/net/core/sock.c
+++ b/net/core/sock.c
@@ -1649,7 +1649,6 @@ void sock_enable_timestamp(struct sock *sk)
net_enable_timestamp();
}
 }
-EXPORT_SYMBOL(sock_enable_timestamp);
 
 /*
  * Get a socket option on an socket.

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html


Re: [2.6 patch] unexport sock_enable_timestamp

2007-10-26 Thread David Miller
From: Adrian Bunk <[EMAIL PROTECTED]>
Date: Wed, 24 Oct 2007 18:24:05 +0200

> sock_enable_timestamp() no longer has any modular users.
> 
> Signed-off-by: Adrian Bunk <[EMAIL PROTECTED]>

Applied.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html