aboutsummaryrefslogtreecommitdiff
path: root/test/log/test-main.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/log/test-main.c')
-rw-r--r--test/log/test-main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/log/test-main.c b/test/log/test-main.c
index 855de47..faf920d 100644
--- a/test/log/test-main.c
+++ b/test/log/test-main.c
@@ -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);