]> git.baikalelectronics.ru Git - kernel.git/commit
net: ipv4: remove define INET_CSK_DEBUG and unnecessary EXPORT_SYMBOL
authorJoe Perches <joe@perches.com>
Thu, 10 May 2018 06:24:07 +0000 (23:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Thu, 10 May 2018 21:43:55 +0000 (17:43 -0400)
commitc0cd7524f757e652c6edfff7cc1ed41af1b0ad89
tree61fb708d92a51329d15802c9d8ee999e0a1ee923
parent1959cc6c9ec109eeeae2743881d3a16bad9068dd
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: Joe Perches <joe@perches.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_connection_sock.h
net/ipv4/inet_connection_sock.c