From: Hannes Eder Date: Fri, 26 Dec 2008 07:59:28 +0000 (-0800) Subject: drivers/net/cxgb3: comment out dead code X-Git-Tag: v2.6.29-rc1~581^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=af8eca5cbbc8f991ec14c8d7e3350bbe2ea49655;p=pandora-kernel.git drivers/net/cxgb3: comment out dead code The function 'vsc8211_set_speed_duplex' is not used, so comment it out. For 'vsc8211_set_automdi' the function 'vsc8211_set_speed_duplex' is the only caller, so comment it out as well. Fix this (sparse) warning: drivers/net/cxgb3/vsc8211.c:269: warning: 'vsc8211_set_automdi' defined but not used drivers/net/cxgb3/vsc8211.c:295:5: warning: symbol 'vsc8211_set_speed_duplex' was not declared. Should it be static? Signed-off-by: Hannes Eder Signed-off-by: David S. Miller --- Reading git-diff-tree failed