staging: r8188eu: remove unused variable cpwm_tog

cpwm_tog in struct pwrctrl_priv is not used. Remove it.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20210913185110.3065-8-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Martin Kaiser 2021-09-13 20:51:09 +02:00 committed by Greg Kroah-Hartman
parent 128aeafb14
commit 1bc4e56bed
1 changed files with 0 additions and 1 deletions

View File

@ -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;