diff options
Diffstat (limited to 'net/dccp/ccids/lib/tfrc.c')
-rw-r--r-- | net/dccp/ccids/lib/tfrc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/ccids/lib/tfrc.c b/net/dccp/ccids/lib/tfrc.c index 60c412ccfeef..4902029854d8 100644 --- a/net/dccp/ccids/lib/tfrc.c +++ b/net/dccp/ccids/lib/tfrc.c | |||
@@ -36,7 +36,7 @@ out: | |||
36 | return rc; | 36 | return rc; |
37 | } | 37 | } |
38 | 38 | ||
39 | void __exit tfrc_lib_exit(void) | 39 | void tfrc_lib_exit(void) |
40 | { | 40 | { |
41 | tfrc_rx_packet_history_exit(); | 41 | tfrc_rx_packet_history_exit(); |
42 | tfrc_tx_packet_history_exit(); | 42 | tfrc_tx_packet_history_exit(); |