summaryrefslogtreecommitdiff
path: root/cmd/sha1sum.c
diff options
context:
space:
mode:
Diffstat (limited to 'cmd/sha1sum.c')
-rw-r--r--cmd/sha1sum.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/sha1sum.c b/cmd/sha1sum.c
index 3c50fc27ce..bcc665a5a6 100644
--- a/cmd/sha1sum.c
+++ b/cmd/sha1sum.c
@@ -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;