]> Git Repo - J-u-boot.git/blobdiff - arch/m68k/cpu/mcf547x_8x/cpu.c
command: Remove the cmd_tbl_t typedef
[J-u-boot.git] / arch / m68k / cpu / mcf547x_8x / cpu.c
index 2a64c7b6f65da08a76fea8ad9e8e3ae5abe75276..59cdfe70e484a38f70e223e77c2b547e512d3774 100644 (file)
@@ -21,7 +21,7 @@
 
 DECLARE_GLOBAL_DATA_PTR;
 
-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[])
 {
        gptmr_t *gptmr = (gptmr_t *) (MMAP_GPTMR);
 
This page took 0.025447 seconds and 4 git commands to generate.