command: Remove the cmd_tbl_t typedef
[oweals/u-boot.git] / test / log / test-main.c
index 855de47f337fef3bc247ddbc4658e1c9ea3bea27..faf920d8e9077791eced51ebaf5d73b928cd6e95 100644 (file)
@@ -10,7 +10,7 @@
 #include <test/log.h>
 #include <test/suites.h>
 
-int do_ut_log(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+int do_ut_log(struct cmd_tbl *cmdtp, int flag, int argc, char * const argv[])
 {
        struct unit_test *tests = ll_entry_start(struct unit_test, log_test);
        const int n_ents = ll_entry_count(struct unit_test, log_test);