command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / itest.c
index e21e1f1b1bff2abfa3103b1ff3e5c5e2148cfed9..a0cf4bee041fa1a5d4be5bf39b52db0c8e51a265 100644 (file)
@@ -175,7 +175,8 @@ static int binary_test(char *op, char *arg1, char *arg2, int w)
 }
 
 /* command line interface to the shell test */
-static int do_itest(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_itest(struct cmd_tbl *cmdtp, int flag, int argc,
+                   char *const argv[])
 {
        int     value, w;