summaryrefslogtreecommitdiffstats
path: root/commands/lsmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/lsmod.c')
-rw-r--r--commands/lsmod.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/commands/lsmod.c b/commands/lsmod.c
index 9909724cb2..ffca8405a4 100644
--- a/commands/lsmod.c
+++ b/commands/lsmod.c
@@ -13,7 +13,6 @@ static int do_lsmod (cmd_tbl_t *cmdtp, int argc, char *argv[])
}
U_BOOT_CMD_START(lsmod)
- .maxargs = 1,
.cmd = do_lsmod,
.usage = "list modules",
U_BOOT_CMD_END