summaryrefslogtreecommitdiffstats
path: root/commands/mount.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/mount.c')
-rw-r--r--commands/mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/mount.c b/commands/mount.c
index eecee33419..ec27d10c80 100644
--- a/commands/mount.c
+++ b/commands/mount.c
@@ -25,7 +25,7 @@
#include <fs.h>
#include <errno.h>
-static int do_mount (cmd_tbl_t *cmdtp, int flag, int argc, char *argv[])
+static int do_mount (cmd_tbl_t *cmdtp, int argc, char *argv[])
{
int ret = 0;
struct mtab_entry *entry = NULL;