command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / test / optee / cmd_ut_optee.c
index 092710326a8be2fb8a544ef668bea0a677dc6564..01f829756fd2b814b9762765a0453cde0b03007e 100644 (file)
@@ -91,7 +91,7 @@ static int optee_fdt_protected_memory(struct unit_test_state *uts)
 }
 OPTEE_TEST(optee_fdt_protected_memory, 0);
 
-int do_ut_optee(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+int do_ut_optee(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        struct unit_test *tests = ll_entry_start(struct unit_test,
                                                 optee_test);