command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / drivers / video / cfb_console.c
index 5442bac4c6f3f294b8c9ac60855a035b04177ab6..8918d83723847631da0376461b0ff3092a9999ba 100644 (file)
@@ -65,6 +65,7 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <cpu_func.h>
 #include <env.h>
 #include <fdtdec.h>
@@ -1710,7 +1711,8 @@ static void logo_black(void)
                        1);
 }
 
-static int do_clrlogo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_clrlogo(struct cmd_tbl *cmdtp, int flag, int argc,
+                     char *const argv[])
 {
        if (argc != 1)
                return cmd_usage(cmdtp);