summaryrefslogtreecommitdiffstats
path: root/commands/reginfo.c
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2010-02-01 17:25:59 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2010-02-01 17:25:59 +0100
commit6cbf70a01a0d40280acc2eb32508327d00317476 (patch)
tree316581a993ea6e9b7b581290c5feb61c9cbf3eb2 /commands/reginfo.c
parente4ee34a829a00e058828f3daade04f4141ea3ef9 (diff)
parent7d3da14a7e187d05ee42fb7e628fb4091207b5e3 (diff)
downloadbarebox-6cbf70a01a0d40280acc2eb32508327d00317476.tar.gz
barebox-6cbf70a01a0d40280acc2eb32508327d00317476.tar.xz
Merge branch 'pu'
Diffstat (limited to 'commands/reginfo.c')
-rw-r--r--commands/reginfo.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/reginfo.c b/commands/reginfo.c
index f11a73c85d..90651d5a3a 100644
--- a/commands/reginfo.c
+++ b/commands/reginfo.c
@@ -23,7 +23,7 @@
#include <common.h>
#include <command.h>
-static int do_reginfo (cmd_tbl_t *cmdtp, int argc, char *argv[])
+static int do_reginfo(struct command *cmdtp, int argc, char *argv[])
{
reginfo();
return 0;