staging: r8188eu: remove unused eeprom defines
authorMartin Kaiser <martin@kaiser.cx>
Sat, 9 Jul 2022 17:09:47 +0000 (19:09 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 11 Jul 2022 08:06:44 +0000 (10:06 +0200)
Remove some eeprom-related defines which are not used by the r8188eu
driver. This driver uses BOOT_FROM_EEPROM and EEPROM_EN instead of the
defines that this patch removes.

Signed-off-by: Martin Kaiser <martin@kaiser.cx>
Link: https://lore.kernel.org/r/20220709171000.180481-2-martin@kaiser.cx
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/rtl8188e_spec.h

index ce5dd2e..9e7b1f8 100644 (file)
 #define        MAX_MSS_DENSITY_2T              0x13
 #define        MAX_MSS_DENSITY_1T              0x0A
 
-/*  EEPROM enable when set 1 */
-#define        CmdEEPROM_En                    BIT(5)
-/*  System EEPROM select, 0: boot from E-FUSE, 1: The EEPROM used is 9346 */
-#define        CmdEERPOMSEL                    BIT(4)
-#define        Cmd9346CR_9356SEL               BIT(4)
-
 /*        8192C GPIO MUX Configuration Register (offset 0x40, 4 byte) */
 #define        GPIOSEL_GPIO                    0
 #define        GPIOSEL_ENBT                    BIT(5)