command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / board / renesas / sh7752evb / sh7752evb.c
index 565ce5f5d1ce8db9de4983457ffd7046302506b3..c6e0c12976eb88f77c2994bf240069c1ed4d459d 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <env.h>
 #include <flash.h>
 #include <init.h>
@@ -245,7 +246,7 @@ int board_late_init(void)
 }
 
 #ifdef CONFIG_DEPRECATED
-int do_write_mac(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+int do_write_mac(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        int i, ret;
        char mac_string[256];