command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / board / renesas / sh7753evb / sh7753evb.c
index 0a762bc553629b4cacc7e154122c8e2b110b0084..cdeacb8aaeeded798985233a1186825c83233d64 100644 (file)
@@ -4,6 +4,7 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <env.h>
 #include <flash.h>
 #include <init.h>
@@ -261,7 +262,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];