command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / time.c
index 51cde9749f48a410893af4c45fb1edbe32aeb41a..db8c1892df4a437050e39bff6c0f3cc6b29ba444 100644 (file)
@@ -24,7 +24,8 @@ static void report_time(ulong cycles)
        printf(" %lu.%03lu seconds\n", seconds, milliseconds);
 }
 
-static int do_time(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_time(struct cmd_tbl *cmdtp, int flag, int argc,
+                  char *const argv[])
 {
        ulong cycles = 0;
        int retval = 0;