summaryrefslogtreecommitdiffstats
path: root/commands/lsmod.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/lsmod.c')
-rw-r--r--commands/lsmod.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/lsmod.c b/commands/lsmod.c
index 696304d11b..26d2fe4e34 100644
--- a/commands/lsmod.c
+++ b/commands/lsmod.c
@@ -2,7 +2,7 @@
#include <command.h>
#include <module.h>
-static int do_lsmod (cmd_tbl_t *cmdtp, int argc, char *argv[])
+static int do_lsmod(struct command *cmdtp, int argc, char *argv[])
{
struct module *mod;