dccp: re-enable debug macro
authorGerrit Renker <gerrit@erg.abdn.ac.uk>
Fri, 14 Feb 2014 02:02:33 +0000 (19:02 -0700)
committerDavid S. Miller <davem@davemloft.net>
Mon, 17 Feb 2014 04:45:00 +0000 (23:45 -0500)
dccp tfrc: revert

This reverts 6aee49c558de ("dccp: make local variable static") since
the variable tfrc_debug is referenced by the tfrc_pr_debug(fmt, ...)
macro when TFRC debugging is enabled. If it is enabled, use of the
macro produces a compilation error.

Signed-off-by: Gerrit Renker <gerrit@erg.abdn.ac.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found