staging: r8188eu: remove unused struct rf_shadow
authorMichael Straube <straube.linux@gmail.com>
Sat, 18 Sep 2021 09:57:23 +0000 (11:57 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 20 Sep 2021 11:40:21 +0000 (13:40 +0200)
Remove unused struct rf_shadow.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210918095727.13591-5-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/hal/rtl8188e_rf6052.c

index 2fffe42e97c0cd515436de7962e449d7f9a719c1..2dcfbb0089146c010f8159878b45d54bf2af4a60 100644 (file)
 #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()
  *