From 17d41165956423ecf022a2b2db050ae313543b9b Mon Sep 17 00:00:00 2001 From: Larry Finger Date: Fri, 20 Dec 2013 14:58:45 -0600 Subject: [PATCH] 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-format-patch failed