command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / test / print_ut.c
index a3b9974ad26c9a2b6855513665b10945aa99d78f..1cc2a7b8f1493276b2ac41e12406d4c09db6ef6e 100644 (file)
@@ -7,6 +7,7 @@
 
 #include <common.h>
 #if CONFIG_IS_ENABLED(EFI_LOADER) && !defined(API_BUILD)
+#include <command.h>
 #include <efi_api.h>
 #endif
 #include <display_options.h>
@@ -68,7 +69,7 @@ static void efi_ut_print(void)
 #endif
 }
 
-static int do_ut_print(cmd_tbl_t *cmdtp, int flag, int argc,
+static int do_ut_print(struct cmd_tbl *cmdtp, int flag, int argc,
                       char *const argv[])
 {
        char big_str[400];