9
0
Fork 0

linux16: fix cmd_tbl_t as struct command

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
This commit is contained in:
Jean-Christophe PLAGNIOL-VILLARD 2010-09-27 11:02:09 +08:00
parent 6d2fd508d1
commit fa1fdeb350
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ struct linux_kernel_header {
* (setup = 'real mode code' and kernel = 'protected mode code') to their
* default locations, switches back to real mode and runs the setup code.
*/
static int do_linux16(cmd_tbl_t *cmdtp, int argc, char *argv[])
static int do_linux16(struct command *cmdtp, int argc, char *argv[])
{
struct linux_kernel_header *lh = NULL;
int rc;