diff options
| author | Martin Kaiser <[email protected]> | 2021-09-13 20:51:09 +0200 |
|---|---|---|
| committer | Greg Kroah-Hartman <[email protected]> | 2021-09-14 09:15:13 +0200 |
| commit | 1bc4e56bed3824c1ced0df4579dbdf3c542269fc (patch) | |
| tree | 7057c87197b250a1cbddb4a0987160c464e56be3 | |
| parent | 128aeafb14b2ec325f9b9220db999c60bd6519c8 (diff) | |
staging: r8188eu: remove unused variable cpwm_tog
cpwm_tog in struct pwrctrl_priv is not used. Remove it.
Signed-off-by: Martin Kaiser <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Greg Kroah-Hartman <[email protected]>
| -rw-r--r-- | drivers/staging/r8188eu/include/rtw_pwrctrl.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/r8188eu/include/rtw_pwrctrl.h b/drivers/staging/r8188eu/include/rtw_pwrctrl.h index 9e4b4eef4d27..08d414aa9ef5 100644 --- a/drivers/staging/r8188eu/include/rtw_pwrctrl.h +++ b/drivers/staging/r8188eu/include/rtw_pwrctrl.h @@ -61,7 +61,6 @@ enum { /* for ips_mode */ struct pwrctrl_priv { struct semaphore lock; - volatile u8 cpwm_tog; /* toggling */ u8 pwr_mode; u8 smart_ps; |