command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / arch / nios2 / cpu / cpu.c
index 9008db6aa512d61109e9cbc113d664c7fb3333ba..756535a0b45df3e068231969eb75d49a4a85d7b7 100644 (file)
@@ -5,6 +5,7 @@
  */
 
 #include <common.h>
+#include <command.h>
 #include <cpu.h>
 #include <cpu_func.h>
 #include <dm.h>
@@ -31,7 +32,7 @@ int checkboard(void)
 }
 #endif
 
-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[])
 {
        disable_interrupts();
        /* indirect call to go beyond 256MB limitation of toolchain */