command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / disk.c
index da0660148c1240d0ca3b1724791806064db2bc9a..dbd08a06b2fab771577fe7d912e2524ba3b7bf3c 100644 (file)
@@ -10,7 +10,7 @@
 #include <image.h>
 #include <part.h>
 
-int common_diskboot(cmd_tbl_t *cmdtp, const char *intf, int argc,
+int common_diskboot(struct cmd_tbl *cmdtp, const char *intf, int argc,
                    char *const argv[])
 {
        __maybe_unused int dev;