Skip to content

Commit

Permalink
[NET]: Unexport sock_enable_timestamp().
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Adrian Bunk authored and David S. Miller committed Oct 26, 2007
1 parent 0f79efd commit bbbb1a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion net/core/sock.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit bbbb1a8

Please sign in to comment.