command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / thordown.c
index 8dae024e31db2bc601c617c4a302932a66a5e4bf..ae20dddfddba1acffe28f3f84a40eb5d4b8b4511 100644 (file)
@@ -7,12 +7,13 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <thor.h>
 #include <dfu.h>
 #include <g_dnl.h>
 #include <usb.h>
 
-int do_thor_down(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+int do_thor_down(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        if (argc < 4)
                return CMD_RET_USAGE;