staging: r8188eu: remove unused enum rt_eeprom_type
authorMichael Straube <straube.linux@gmail.com>
Fri, 3 Sep 2021 09:33:52 +0000 (11:33 +0200)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Sep 2021 06:49:46 +0000 (08:49 +0200)
Remove unused enum rt_eeprom_type.

Signed-off-by: Michael Straube <straube.linux@gmail.com>
Link: https://lore.kernel.org/r/20210903093354.12645-5-straube.linux@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/r8188eu/include/hal_intf.h

index 954de3a..bbdbbf9 100644 (file)
@@ -254,12 +254,6 @@ struct hal_ops {
        c2h_id_filter c2h_id_filter_ccx;
 };
 
-enum rt_eeprom_type {
-       EEPROM_93C46,
-       EEPROM_93C56,
-       EEPROM_BOOT_EFUSE,
-};
-
 #define RF_CHANGE_BY_INIT      0
 #define RF_CHANGE_BY_IPS       BIT(28)
 #define RF_CHANGE_BY_PS                BIT(29)