command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / board / freescale / p1010rdb / p1010rdb.c
index 1adc898441e9191a060fe03a6fdb69ac04f5faf7..66ccc0bd1eb2b32fc2a8e4d86f7015afcca38318 100644 (file)
@@ -5,6 +5,7 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <image.h>
 #include <init.h>
 #include <net.h>
@@ -708,8 +709,8 @@ int misc_init_r(void)
 }
 
 #ifndef CONFIG_SPL_BUILD
-static int pin_mux_cmd(cmd_tbl_t *cmdtp, int flag, int argc,
-                               char * const argv[])
+static int pin_mux_cmd(struct cmd_tbl *cmdtp, int flag, int argc,
+                      char *const argv[])
 {
        if (argc < 2)
                return CMD_RET_USAGE;