command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / console.c
index 3f1d98b17b0cebac24005e541ffd15e55ec03521..9a1db83c7c3854a968988c0bf5f250689434b7e1 100644 (file)
@@ -12,7 +12,8 @@
 #include <stdio_dev.h>
 
 extern void _do_coninfo (void);
-static int do_coninfo(cmd_tbl_t *cmd, int flag, int argc, char * const argv[])
+static int do_coninfo(struct cmd_tbl *cmd, int flag, int argc,
+                     char *const argv[])
 {
        int l;
        struct list_head *list = stdio_get_list();