command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / test / compression.c
index bceb2c273c7643c6e9982a3b38be75ad0962faf4..0b57b7bb406e6ccc6eeb709dd8b96f788ad7030a 100644 (file)
@@ -535,7 +535,8 @@ static int compression_test_bootm_none(struct unit_test_state *uts)
 }
 COMPRESSION_TEST(compression_test_bootm_none, 0);
 
-int do_ut_compression(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+int do_ut_compression(struct cmd_tbl *cmdtp, int flag, int argc,
+                     char *const argv[])
 {
        struct unit_test *tests = ll_entry_start(struct unit_test,
                                                 compression_test);