From: Emilio López Date: Wed, 22 May 2013 13:57:37 +0000 (+0000) Subject: net: ethernet: sun: drop unused variable X-Git-Tag: v3.10-rc3~18^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c573972c111eb4c6b3f3250ad71e7c75cc799833;p=pandora-kernel.git net: ethernet: sun: drop unused variable Commit bfd428d ("net: ethernet: sun: initialize variables directly") dropped the only loop that was using i but did not remove the actual variable, therefore causing a warning when building. This patch drops the now redundant line. Reported-by: Stephen Rothwell Signed-off-by: Emilio López Signed-off-by: David S. Miller --- Reading git-diff-tree failed