command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / board / Arcturus / ucp1020 / cmd_arc.c
index 2b4853f8f9178f6b24332457fdec326b56aabb17..3656cf4cbc45113e7834c0323742226abae7742b 100644 (file)
@@ -9,6 +9,7 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <cpu_func.h>
 #include <div64.h>
 #include <env.h>
@@ -376,7 +377,8 @@ void get_arc_info(void)
                do_get_arc_info();
 }
 
-static int do_arc_cmd(cmd_tbl_t * cmdtp, int flag, int argc, char *const argv[])
+static int do_arc_cmd(struct cmd_tbl *cmdtp, int flag, int argc,
+                     char *const argv[])
 {
        const char *cmd;
        int ret = -1;