command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / gettime.c
index 863bd875901e52437b642ef97dfa691235961eba..2e74e02b49980a4e26c6c39f0886c52e1f09c97e 100644 (file)
@@ -14,8 +14,8 @@
 #include <common.h>
 #include <command.h>
 
-static int do_gettime(cmd_tbl_t *cmdtp, int flag, int argc,
-                     char * const argv[])
+static int do_gettime(struct cmd_tbl *cmdtp, int flag, int argc,
+                     char *const argv[])
 {
        unsigned long int val = get_timer(0);