command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / tlv_eeprom.c
index b5f293ba7fd79d6e385abcfd897e6b1cb0c74edc..eab0531c96b9a4b4a510492b7c80bbfcde595145 100644 (file)
@@ -425,7 +425,7 @@ void show_tlv_code_list(void)
  *
  *  This function implements the tlv_eeprom command.
  */
-int do_tlv_eeprom(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
+int do_tlv_eeprom(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        char cmd;
        struct tlvinfo_header *eeprom_hdr = to_header(eeprom);