summaryrefslogtreecommitdiffstats
path: root/commands/usb.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/usb.c')
-rw-r--r--commands/usb.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/usb.c b/commands/usb.c
index 0aac78ef09..6605e031a7 100644
--- a/commands/usb.c
+++ b/commands/usb.c
@@ -23,7 +23,7 @@
#include <command.h>
#include <usb/usb.h>
-static int do_usb(struct command *cmdtp, int argc, char *argv[])
+static int do_usb(int argc, char *argv[])
{
usb_rescan();