command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / fs_uuid.c
index 02ae9b7f3c36c4032866bf81acb131b15affecba..5dc94aa6408177f07d10d0baf8af2554f0586ec8 100644 (file)
@@ -9,8 +9,8 @@
 #include <command.h>
 #include <fs.h>
 
-static int do_fs_uuid_wrapper(cmd_tbl_t *cmdtp, int flag,
-       int argc, char * const argv[])
+static int do_fs_uuid_wrapper(struct cmd_tbl *cmdtp, int flag, int argc,
+                             char *const argv[])
 {
        return do_fs_uuid(cmdtp, flag, argc, argv, FS_TYPE_ANY);
 }