Skip to content
Commit 03bdfc00 authored by Joe Perches's avatar Joe Perches Committed by David S. Miller
Browse files

net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOL



INET_CSK_DEBUG is always set and only is used for 2 pr_debug calls.

EXPORT_SYMBOL(inet_csk_timer_bug_msg) is only used by these 2
pr_debug calls and is also unnecessary as the exported string can
be used directly by these calls.

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 7d0870f6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment