command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / fastboot.c
index 1b4215114d7e5d7e7393667f9b3365457fa07459..4f35108a369c8fbfbd197941e6359c3ead6542f7 100644 (file)
@@ -93,7 +93,8 @@ exit:
 #endif
 }
 
-static int do_fastboot(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
+static int do_fastboot(struct cmd_tbl *cmdtp, int flag, int argc,
+                      char *const argv[])
 {
        uintptr_t buf_addr = (uintptr_t)NULL;
        size_t buf_size = 0;