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 hostt_t' with 'struct hostt'.
Signed-off-by: Quytelda Kahja <quytelda@tamalin.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
        unsigned long sme_flag;
 };
 
-struct hostt_t {
+struct hostt {
        int buff[SME_EVENT_BUFF_SIZE];
        unsigned int qhead;
        unsigned int qtail;
        struct local_eeprom_sum_t eeprom_sum;
        u8 eeprom_checksum;
 
-       struct hostt_t hostt;
+       struct hostt hostt;
 
        unsigned long last_doze;
        unsigned long last_wakeup;