]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
staging: wilc1000: remove unused variable g_flushing_in_progress
authorGlen Lee <glen.lee@atmel.com>
Wed, 16 Sep 2015 01:43:55 +0000 (10:43 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 17 Sep 2015 04:34:45 +0000 (21:34 -0700)
g_flushing_in_progress is never used so just delete it.

Signed-off-by: Glen Lee <glen.lee@atmel.com>
Signed-off-by: Tony Cho <tony.cho@atmel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/wilc1000/wilc_wfi_cfgoperations.c

index 3ecf5b1772d361183a13da72ca0154d89e003059..4151aae0eb9798af856e80a880bebf57b9f2955d 100644 (file)
@@ -132,7 +132,6 @@ struct wilc_wfi_key g_key_gtk_params;
 struct add_key_params g_add_ptk_key_params;
 struct wilc_wfi_key g_key_ptk_params;
 struct wilc_wfi_wep_key g_key_wep_params;
-u8 g_flushing_in_progress;
 bool g_ptk_keys_saved;
 bool g_gtk_keys_saved;
 bool g_wep_keys_saved;