diff options
author | Arnaldo Carvalho de Melo <acme@ghostprotocols.net> | 2007-08-19 20:19:21 -0400 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-10-10 19:48:17 -0400 |
commit | 8fb8354af9b92ce3bd41083995f1fe26024d0959 (patch) | |
tree | 62d1920b5ed158e28d96691637d82a2a4fd58dc5 /net/dccp/dccp.h | |
parent | 234748954a9880cce8a065698dcbf692f9c23918 (diff) |
[DCCP]: Nuke dccp_timestamp and dccps_epoch, not used anymore
Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/dccp.h')
-rw-r--r-- | net/dccp/dccp.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/dccp/dccp.h b/net/dccp/dccp.h index 20a7bedfe996..6fbe293bb271 100644 --- a/net/dccp/dccp.h +++ b/net/dccp/dccp.h | |||
@@ -402,8 +402,6 @@ extern int dccp_insert_option(struct sock *sk, struct sk_buff *skb, | |||
402 | unsigned char option, | 402 | unsigned char option, |
403 | const void *value, unsigned char len); | 403 | const void *value, unsigned char len); |
404 | 404 | ||
405 | extern void dccp_timestamp(const struct sock *sk, struct timeval *tv); | ||
406 | |||
407 | static inline suseconds_t timeval_usecs(const struct timeval *tv) | 405 | static inline suseconds_t timeval_usecs(const struct timeval *tv) |
408 | { | 406 | { |
409 | return tv->tv_sec * USEC_PER_SEC + tv->tv_usec; | 407 | return tv->tv_sec * USEC_PER_SEC + tv->tv_usec; |