command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / arch / arm / cpu / armv7 / vf610 / generic.c
index da43e34394c7ed5a89e63c0c4a9960675569d096..fd2ab37a8fe473225c276932c05e6980974e3dba 100644 (file)
@@ -5,6 +5,7 @@
 
 #include <common.h>
 #include <clock_legacy.h>
+#include <command.h>
 #include <cpu_func.h>
 #include <init.h>
 #include <net.h>
@@ -240,8 +241,8 @@ unsigned int mxc_get_clock(enum mxc_clock clk)
 }
 
 /* Dump some core clocks */
-int do_vf610_showclocks(cmd_tbl_t *cmdtp, int flag, int argc,
-                        char * const argv[])
+int do_vf610_showclocks(struct cmd_tbl *cmdtp, int flag, int argc,
+                       char *const argv[])
 {
        printf("\n");
        printf("cpu clock : %8d MHz\n", mxc_get_clock(MXC_ARM_CLK) / 1000000);