command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / arch / m68k / cpu / mcf530x / cpu.c
index bef9047b3581c3f0b3388153a95d7e99d3140a5c..0659bf6558119f22059df20b9d996880e5d08e0e 100644 (file)
@@ -5,13 +5,14 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <init.h>
 #include <vsprintf.h>
 #include <asm/immap.h>
 #include <asm/io.h>
 
 #ifdef CONFIG_M5307
-int do_reset(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+int do_reset(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        sim_t *sim = (sim_t *)(MMAP_SIM);