command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / board / gdsys / p1022 / controlcenterd.c
index b39b0b60022173ebd70e39e59b3a1e6dd46af0e9..e960fa71acaa5dbc85b81b83aea346b8f46db24e 100644 (file)
@@ -223,7 +223,7 @@ void hw_watchdog_reset(void)
 }
 
 #ifdef CONFIG_TRAILBLAZER
-int do_bootd(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+int do_bootd(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        return run_command(env_get("bootcmd"), flag);
 }