summaryrefslogtreecommitdiffstats
path: root/commands/bmp.c
diff options
context:
space:
mode:
Diffstat (limited to 'commands/bmp.c')
-rw-r--r--commands/bmp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/bmp.c b/commands/bmp.c
index 644a977312..4130474931 100644
--- a/commands/bmp.c
+++ b/commands/bmp.c
@@ -30,7 +30,7 @@ static inline void set_pixel(struct fb_info *info, void *adr, int r, int g, int
}
}
-static int do_bmp(struct command *cmdtp, int argc, char *argv[])
+static int do_bmp(int argc, char *argv[])
{
int ret, opt, fd;
char *fbdev = "/dev/fb0";