]> Git Repo - J-u-boot.git/blobdiff - drivers/misc/altera_sysid.c
command: Remove the cmd_tbl_t typedef
[J-u-boot.git] / drivers / misc / altera_sysid.c
index eff33f7343d17c735812fda6355fe5e89ec211e6..387c70b07049bc468f9a230b7918827f2d41dd80 100644 (file)
@@ -44,7 +44,7 @@ void display_sysid(void)
        printf("SYSID: %08x, %s", sysid[0], asc);
 }
 
-int do_sysid(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+int do_sysid(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        display_sysid();
        return 0;
This page took 0.02389 seconds and 4 git commands to generate.