command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / arch / arm / mach-rockchip / rk3288 / rk3288.c
index 812f3bd5f316873b15fca27ff61d7b1c2e975901..804abe8a1b7cffe8e09c19d16016ec18343f4a61 100644 (file)
@@ -3,6 +3,7 @@
  * Copyright (c) 2016 Rockchip Electronics Co., Ltd
  */
 #include <common.h>
+#include <command.h>
 #include <dm.h>
 #include <env.h>
 #include <clk.h>
@@ -114,8 +115,8 @@ int rk_board_late_init(void)
        return rk3288_board_late_init();
 }
 
-static int do_clock(cmd_tbl_t *cmdtp, int flag, int argc,
-                      char * const argv[])
+static int do_clock(struct cmd_tbl *cmdtp, int flag, int argc,
+                   char *const argv[])
 {
        static const struct {
                char *name;