From: Simon Horman Date: Wed, 13 Oct 2010 19:22:35 +0000 (+0200) Subject: IPVS: ip_vs_dbg_callid() is only needed for debugging X-Git-Tag: v2.6.37-rc1~147^2~3^2~18 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a91fd267e327ca7599654b4e9ed7b62c5adaccee;p=pandora-kernel.git IPVS: ip_vs_dbg_callid() is only needed for debugging ip_vs_dbg_callid() and IP_VS_DEBUG_CALLID() are only needed it CONFIG_IP_VS_DEBUG is defined. This resolves the following build warning when CONFIG_IP_VS_DEBUG is not defined. net/netfilter/ipvs/ip_vs_pe_sip.c:11: warning: 'ip_vs_dbg_callid' defined but not used Reported-by: Patrick McHardy Signed-off-by: Simon Horman Signed-off-by: Patrick McHardy --- Reading git-diff-tree failed