]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - net/dccp/ccids/lib/tfrc.c
dccp: make local variable static
[karo-tx-linux.git] / net / dccp / ccids / lib / tfrc.c
index 62b5828acde0906b71fc39955c9f2b36582d395a..c073b81a1f3e74887783dbd6096b77629d12fbe0 100644 (file)
@@ -8,7 +8,7 @@
 #include "tfrc.h"
 
 #ifdef CONFIG_IP_DCCP_TFRC_DEBUG
-bool tfrc_debug;
+static bool tfrc_debug;
 module_param(tfrc_debug, bool, 0644);
 MODULE_PARM_DESC(tfrc_debug, "Enable TFRC debug messages");
 #endif