summaryrefslogtreecommitdiffstats
path: root/commands/nandtest.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/nandtest.c')
-rw-r--r--commands/nandtest.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/nandtest.c b/commands/nandtest.c
index 9f41ae2fad..d923e42f88 100644
--- a/commands/nandtest.c
+++ b/commands/nandtest.c
@@ -186,7 +186,7 @@ static void print_stats(int nr_passes, int length)
}
/* Main program. */
-static int do_nandtest(struct command *cmdtp, int argc, char *argv[])
+static int do_nandtest(int argc, char *argv[])
{
int opt, length = -1, do_nandtest_dev = -1;
off_t flash_offset = 0;