From: David S. Miller Date: Sun, 17 Apr 2011 07:15:22 +0000 (-0700) Subject: econet: Fix set-but-unused variable. X-Git-Tag: v3.0-rc1~377^2~378 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3b8dc51c16cdaca0d191a340022093fb5c9f003;p=pandora-kernel.git econet: Fix set-but-unused variable. #if 0'd out code for IP handling in aun_data_available() has been commented out since the beginning, which makes the variable "ip" set but not used. Kill it off as well as the stub code. Signed-off-by: David S. Miller --- Reading git-diff-tree failed