command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / exit.c
index f40d0686e1e33d6a0ec784d1f9f560ad8011ad86..7bf241ec732d96b19e678ee1d13a8b9073d37522 100644 (file)
@@ -7,7 +7,8 @@
 #include <common.h>
 #include <command.h>
 
-static int do_exit(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_exit(struct cmd_tbl *cmdtp, int flag, int argc,
+                  char *const argv[])
 {
        int r;