summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/core/rtw_debug.c
diff options
context:
space:
mode:
authorLarry Finger2013-12-20 21:58:45 +0100
committerGreg Kroah-Hartman2013-12-20 22:04:55 +0100
commit17d41165956423ecf022a2b2db050ae313543b9b (patch)
tree8740f154887b946596ed84dd342b6609d95c8635 /drivers/staging/rtl8188eu/core/rtw_debug.c
parentstaging: r8188eu: Restore line that was incorrectly removed (diff)
downloadkernel-qcow2-linux-17d41165956423ecf022a2b2db050ae313543b9b.tar.gz
kernel-qcow2-linux-17d41165956423ecf022a2b2db050ae313543b9b.tar.xz
kernel-qcow2-linux-17d41165956423ecf022a2b2db050ae313543b9b.zip
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 <Larry.Finger@lwfinger.net> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/rtl8188eu/core/rtw_debug.c')
-rw-r--r--drivers/staging/rtl8188eu/core/rtw_debug.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/rtl8188eu/core/rtw_debug.c b/drivers/staging/rtl8188eu/core/rtw_debug.c
index 8a1988e5fb1e..af32041a1e97 100644
--- a/drivers/staging/rtl8188eu/core/rtw_debug.c
+++ b/drivers/staging/rtl8188eu/core/rtw_debug.c
@@ -835,7 +835,6 @@ int proc_get_all_sta_info(char *page, char **start,
off_t offset, int count,
int *eof, void *data)
{
- unsigned long irqL;
struct sta_info *psta;
struct net_device *dev = data;
struct adapter *padapter = (struct adapter *)rtw_netdev_priv(dev);