command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / echo.c
index 5b018d9349abfad4aece07df1f97ccbe2c39c678..d02a4cfd586a4317696785ae230e9921d79c4007 100644 (file)
@@ -7,7 +7,8 @@
 #include <common.h>
 #include <command.h>
 
-static int do_echo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_echo(struct cmd_tbl *cmdtp, int flag, int argc,
+                  char *const argv[])
 {
        int i;
        int putnl = 1;