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>
This commit is contained in:
committed by
David S. Miller
parent
e5fd56ca4e
commit
129fa44785
@@ -1214,8 +1214,6 @@ const char *dccp_feat_typename(const u8 type)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL_GPL(dccp_feat_typename);
|
||||
|
||||
const char *dccp_feat_name(const u8 feat)
|
||||
{
|
||||
static const char *feature_names[] = {
|
||||
@@ -1240,6 +1238,4 @@ const char *dccp_feat_name(const u8 feat)
|
||||
|
||||
return feature_names[feat];
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL_GPL(dccp_feat_name);
|
||||
#endif /* CONFIG_IP_DCCP_DEBUG */
|
||||
|
Reference in New Issue
Block a user