提交 e0306cab 编写于 作者: M Mike Frysinger 提交者: Wolfgang Denk

examples: update do_reset prototype

One more place that was missed during the do_reset() unification.
Signed-off-by: NMike Frysinger <vapier@gentoo.org>
上级 4b58266e
......@@ -81,9 +81,10 @@ void __udelay(unsigned long usec)
ub_udelay(usec);
}
void do_reset (void)
int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
{
ub_reset();
return 0;
}
void *malloc (size_t len)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册