]> git.ipfire.org Git - thirdparty/u-boot.git/blobdiff - lib/dhry/cmd_dhry.c
command: Remove the cmd_tbl_t typedef
[thirdparty/u-boot.git] / lib / dhry / cmd_dhry.c
index 29504833efb389a1ac2c50251416fd0af3e24e39..d55ab54df97bb3275b61733f49cac7677b920dc6 100644 (file)
@@ -8,7 +8,8 @@
 #include <div64.h>
 #include "dhry.h"
 
-static int do_dhry(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_dhry(struct cmd_tbl *cmdtp, int flag, int argc,
+                  char *const argv[])
 {
        ulong start, duration, vax_mips;
        u64 dhry_per_sec;