command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / read.c
index 7977e9d847e676761616d248ec8a7b8ccb53b869..34f53f9a292e58571cdd0efe3b2d9c93bdf5826e 100644 (file)
@@ -12,7 +12,7 @@
 #include <command.h>
 #include <part.h>
 
-int do_read(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+int do_read(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        char *ep;
        struct blk_desc *dev_desc = NULL;