* [2.6 patch] unexport sock_enable_timestamp
@ 2007-10-24 16:24 Adrian Bunk
2007-10-26 10:59 ` David Miller
0 siblings, 1 reply; 2+ messages in thread
From: Adrian Bunk @ 2007-10-24 16:24 UTC (permalink / raw)
To: Stephen Hemminger; +Cc: netdev
sock_enable_timestamp() no longer has any modular users.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
---
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.
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [2.6 patch] unexport sock_enable_timestamp
2007-10-24 16:24 [2.6 patch] unexport sock_enable_timestamp Adrian Bunk
@ 2007-10-26 10:59 ` David Miller
0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-10-26 10:59 UTC (permalink / raw)
To: bunk; +Cc: shemminger, netdev
From: Adrian Bunk <bunk@kernel.org>
Date: Wed, 24 Oct 2007 18:24:05 +0200
> sock_enable_timestamp() no longer has any modular users.
>
> Signed-off-by: Adrian Bunk <bunk@kernel.org>
Applied.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2007-10-26 10:59 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-24 16:24 [2.6 patch] unexport sock_enable_timestamp Adrian Bunk
2007-10-26 10:59 ` David Miller
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).