command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / arch / arm / mach-socfpga / misc.c
index 557305c70367a5ea8bb7c702c0a07ac8a5fad1ca..ac2b891fadea8da855dc19ef24441b00ae2d4372 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <cpu_func.h>
 #include <hang.h>
 #include <asm/cache.h>
@@ -178,7 +179,8 @@ int arch_cpu_init(void)
 }
 
 #ifndef CONFIG_SPL_BUILD
-static int do_bridge(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_bridge(struct cmd_tbl *cmdtp, int flag, int argc,
+                    char *const argv[])
 {
        unsigned int mask = ~0;