X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcmd_console.c;h=d8cad6b9176ee0b760d1b3be5a9ab7205c60ea2b;hb=1d56f63dab2d9b1ea60601f5f3ae22d8664d8aa5;hp=f861f8300cee13eb37a354040f2bd5a96f109c6c;hpb=2fb2604d5c20beb061b0a94282b7f6eb14d00cb8;p=u-boot diff --git a/common/cmd_console.c b/common/cmd_console.c index f861f8300c..d8cad6b917 100644 --- a/common/cmd_console.c +++ b/common/cmd_console.c @@ -26,22 +26,22 @@ */ #include #include -#include +#include extern void _do_coninfo (void); -int do_coninfo (cmd_tbl_t * cmd, int flag, int argc, char *argv[]) +int do_coninfo (cmd_tbl_t * cmd, int flag, int argc, char * const argv[]) { int l; - struct list_head *list = device_get_list(); + struct list_head *list = stdio_get_list(); struct list_head *pos; - device_t *dev; + struct stdio_dev *dev; /* Scan for valid output and input devices */ puts ("List of available devices:\n"); list_for_each(pos, list) { - dev = list_entry(pos, device_t, list); + dev = list_entry(pos, struct stdio_dev, list); printf ("%-8s %08x %c%c%c ", dev->name,