command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / bootefi.c
index b84373453da4d7c7c29ddbf90ca6d3bf319e2d40..0f6d0f77507ca2b0e577814a830dc4a5b813bce0 100644 (file)
@@ -595,7 +595,8 @@ static int do_efi_selftest(void)
  * @argv:      command line arguments
  * Return:     status code
  */
-static int do_bootefi(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_bootefi(struct cmd_tbl *cmdtp, int flag, int argc,
+                     char *const argv[])
 {
        efi_status_t ret;
        void *fdt;