From: Larry Finger Date: Fri, 20 Dec 2013 20:58:45 +0000 (-0600) Subject: staging: r8188eu: Fix unused variable warnings X-Git-Tag: v3.14-rc1~150^2~166 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17d41165956423ecf022a2b2db050ae313543b9b;p=pandora-kernel.git staging: r8188eu: Fix unused variable warnings A previous set of patches were test compiled with one of the configuration variables not set. As a result, a number of unused variables were left in the code. In several instances, declaration of the unused variable was the only statement inside ifdef .. endif pairs. In those cases, the entire block was removed. Signed-off-by: Larry Finger Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed