command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / common / board_r.c
index a79a273d8f87104eaa801559a793f85b433ef712..45fde19ab71edd35fecd477d9284b2cbbc269944 100644 (file)
@@ -357,8 +357,8 @@ static int initr_announce(void)
 #ifdef CONFIG_NEEDS_MANUAL_RELOC
 static int initr_manual_reloc_cmdtable(void)
 {
-       fixup_cmdtable(ll_entry_start(cmd_tbl_t, cmd),
-                      ll_entry_count(cmd_tbl_t, cmd));
+       fixup_cmdtable(ll_entry_start(struct cmd_tbl, cmd),
+                      ll_entry_count(struct cmd_tbl, cmd));
        return 0;
 }
 #endif