command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / cmd / blk_common.c
index cc6e161ba0aebeef3675a0a1cf9f67629695db78..87f94b5abbfce8c032f8f21b2053738d91be9155 100644 (file)
@@ -10,8 +10,9 @@
 
 #include <common.h>
 #include <blk.h>
+#include <command.h>
 
-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)
 {
        const char *if_name = blk_get_if_type_name(if_type);