From: Michael Straube Date: Sat, 18 Sep 2021 09:57:23 +0000 (+0200) Subject: staging: r8188eu: remove unused struct rf_shadow X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=416696e6d5f813a86ad87eced9fcc3e58e3b783d;p=linux.git staging: r8188eu: remove unused struct rf_shadow Remove unused struct rf_shadow. Signed-off-by: Michael Straube Link: https://lore.kernel.org/r/20210918095727.13591-5-straube.linux@gmail.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/r8188eu/hal/rtl8188e_rf6052.c b/drivers/staging/r8188eu/hal/rtl8188e_rf6052.c index 2fffe42e97c0c..2dcfbb0089146 100644 --- a/drivers/staging/r8188eu/hal/rtl8188e_rf6052.c +++ b/drivers/staging/r8188eu/hal/rtl8188e_rf6052.c @@ -29,27 +29,6 @@ #include "../include/drv_types.h" #include "../include/rtl8188e_hal.h" -/*---------------------------Define Local Constant---------------------------*/ -/* Define local structure for debug!!!!! */ -struct rf_shadow { - /* Shadow register value */ - u32 Value; - /* Compare or not flag */ - u8 Compare; - /* Record If it had ever modified unpredicted */ - u8 ErrorOrNot; - /* Recorver Flag */ - u8 Recorver; - /* */ - u8 Driver_Write; -}; - -/*---------------------------Define Local Constant---------------------------*/ - -/*------------------------Define global variable-----------------------------*/ - -/*------------------------Define local variable------------------------------*/ - /*----------------------------------------------------------------------------- * Function: PHY_RF6052SetBandwidth() *