command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / include / blk.h
index 6f541bb2bae484ae594d022b496ef44f3d0bd932..abcd4bedbbbd3fae6620f39525c616ecb1b721cf 100644 (file)
@@ -679,7 +679,7 @@ const char *blk_get_if_type_name(enum if_type if_type);
  * @cur_devnump: Current device number for this interface type
  * @return 0 if OK, CMD_RET_ERROR on error
  */
-int blk_common_cmd(int argc, char * const argv[], enum if_type if_type,
+int blk_common_cmd(int argc, char *const argv[], enum if_type if_type,
                   int *cur_devnump);
 
 #endif