diff options
author | Gerrit Renker <gerrit@erg.abdn.ac.uk> | 2009-01-05 06:45:33 +0100 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2009-01-05 06:45:33 +0100 |
commit | 129fa44785a399248ae2466b6cb5c655e96668f7 (patch) | |
tree | c2440b83e752c6cf3e6ec6f60492b85ddb8932a9 /net/dccp/input.c | |
parent | dccp: Clean up ccid.c after integration of CCID plugins (diff) | |
download | linux-129fa44785a399248ae2466b6cb5c655e96668f7.tar.xz linux-129fa44785a399248ae2466b6cb5c655e96668f7.zip |
dccp: Integrate the TFRC library with DCCP
This patch integrates the TFRC library, which is a dependency of CCID-3 (and
CCID-4), with the new use of CCIDs in the DCCP module.
Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/dccp/input.c')
-rw-r--r-- | net/dccp/input.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/dccp/input.c b/net/dccp/input.c index 5eb443f656c1..7648f316310f 100644 --- a/net/dccp/input.c +++ b/net/dccp/input.c @@ -741,5 +741,3 @@ u32 dccp_sample_rtt(struct sock *sk, long delta) return delta; } - -EXPORT_SYMBOL_GPL(dccp_sample_rtt); |