command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / sha1sum.c
index 3c50fc27ce875e289a74754ff6496c434cfb1b8d..bcc665a5a6c692a9176fcc5694eee6ba154f5ae8 100644 (file)
@@ -12,7 +12,7 @@
 #include <hash.h>
 #include <u-boot/sha1.h>
 
-int do_sha1sum(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+int do_sha1sum(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        int flags = HASH_FLAG_ENV;
        int ac;