summaryrefslogtreecommitdiffstats
path: root/commands/crc.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/crc.c')
-rw-r--r--commands/crc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/crc.c b/commands/crc.c
index 8ce97da530..df229410f6 100644
--- a/commands/crc.c
+++ b/commands/crc.c
@@ -82,7 +82,7 @@ out:
return ret;
}
-static int do_crc(struct command *cmdtp, int argc, char *argv[])
+static int do_crc(int argc, char *argv[])
{
ulong start = 0, size = ~0, total = 0;
ulong crc = 0, vcrc = 0;