From: Glen Lee Date: Wed, 16 Sep 2015 01:43:55 +0000 (+0900) Subject: staging: wilc1000: remove unused variable g_flushing_in_progress X-Git-Tag: KARO-TX6UL-2015-11-03~34^2~1919 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=c116299cff0c3bf67d0c3a7880dee95212d22227;p=karo-tx-linux.git staging: wilc1000: remove unused variable g_flushing_in_progress g_flushing_in_progress is never used so just delete it. Signed-off-by: Glen Lee Signed-off-by: Tony Cho Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c index 3ecf5b1772d3..4151aae0eb97 100644 --- a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c +++ b/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c @@ -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;