command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / arch / arm / cpu / arm1136 / mx35 / generic.c
index 4c45810fbe347f36c5ff376dce1ba7d907bbb70c..e6fff5b2207b0ddd10cb69ab4f980f2a8df58344 100644 (file)
@@ -8,6 +8,7 @@
 
 #include <common.h>
 #include <clock_legacy.h>
+#include <command.h>
 #include <div64.h>
 #include <init.h>
 #include <net.h>
@@ -379,8 +380,8 @@ u32 imx_get_fecclk(void)
 }
 #endif
 
-int do_mx35_showclocks(cmd_tbl_t *cmdtp,
-       int flag, int argc, char * const argv[])
+int do_mx35_showclocks(struct cmd_tbl *cmdtp, int flag, int argc,
+                      char *const argv[])
 {
        u32 cpufreq = get_mcu_main_clk();
        printf("mx35 cpu clock: %dMHz\n", cpufreq / 1000000);