The "_t" suffix is not needed for structure names in this driver, and is a
reflection of an older typedef system that is no longer in place. Replace
all occurences of 'struct local_eeprom_sum_t' with 'struct
local_eeprom_sum'.
Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        u8 rx_gain;
 };
 
-struct local_eeprom_sum_t {
+struct local_eeprom_sum {
        u8 type;
        u8 result;
 };
        u8 sleep_mode;
 
        u8 region;
-       struct local_eeprom_sum_t eeprom_sum;
+       struct local_eeprom_sum eeprom_sum;
        u8 eeprom_checksum;
 
        struct hostt hostt;