]> Git Repo - J-u-boot.git/blobdiff - arch/powerpc/cpu/mpc83xx/speed.c
command: Remove the cmd_tbl_t typedef
[J-u-boot.git] / arch / powerpc / cpu / mpc83xx / speed.c
index e2fc0b1e8a2090365a5f5dd71fb6d092b10370c5..5c14aa1f32e71fb982f9955f50157e992620eefd 100644 (file)
@@ -523,7 +523,8 @@ int get_serial_clock(void)
        return get_bus_freq(0);
 }
 
-static int do_clocks(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_clocks(struct cmd_tbl *cmdtp, int flag, int argc,
+                    char *const argv[])
 {
        char buf[32];
 
This page took 0.025075 seconds and 4 git commands to generate.