command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / arch / sh / cpu / sh4 / cpu.c
index e94e980c0e54b1cc6a668fd7eb2c006cc02fbcca..f032d88159d73805892eb9b9ee41c123c1846b5f 100644 (file)
@@ -29,7 +29,7 @@ int cleanup_before_linux (void)
        return 0;
 }
 
-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();
        reset_cpu(0);