[NET]: Unexport sock_enable_timestamp().
authorAdrian Bunk <bunk@kernel.org>
Fri, 26 Oct 2007 10:59:45 +0000 (03:59 -0700)
committerDavid S. Miller <davem@davemloft.net>
Fri, 26 Oct 2007 10:59:45 +0000 (03:59 -0700)
sock_enable_timestamp() no longer has any modular users.

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/sock.c

index febbcbcf8022ac82f25d66de5dcd54177aeca250..bba9949681ff7e132f84629602814dc7d9aa17d4 100644 (file)
@@ -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.