command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / arch / arm / cpu / arm926ejs / mxs / mxs.c
index 72988417ac8c721483e9ba44d88e5712d8acbd97..d742c0f1516bc6781d3c86ab649fd05623e8c618 100644 (file)
@@ -10,6 +10,7 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <cpu_func.h>
 #include <hang.h>
 #include <init.h>
@@ -187,7 +188,8 @@ int print_cpuinfo(void)
 }
 #endif
 
-int do_mx28_showclocks(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
+int do_mx28_showclocks(struct cmd_tbl *cmdtp, int flag, int argc,
+                      char *const argv[])
 {
        printf("CPU:   %3d MHz\n", mxc_get_clock(MXC_ARM_CLK) / 1000000);
        printf("BUS:   %3d MHz\n", mxc_get_clock(MXC_AHB_CLK) / 1000000);