X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=common%2Fcmd_console.c;h=d8cad6b9176ee0b760d1b3be5a9ab7205c60ea2b;hb=4a5edda2ed89fadba28579adab42bb7b7c01632b;hp=f861f8300cee13eb37a354040f2bd5a96f109c6c;hpb=156feb90d200f186cdfd856d7f6f1878bb1bec1e;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,