]> Git Repo - u-boot.git/blobdiff - test/log/log_test.c
common: Drop log.h from common header
[u-boot.git] / test / log / log_test.c
index febc2c1252a2301a5b0d9c68332c95d0c444eda8..4245372d65f6374fdb9c08c020654004d36e1827 100644 (file)
@@ -7,6 +7,8 @@
  */
 
 #include <common.h>
+#include <command.h>
+#include <log.h>
 
 /* emit some sample log records in different ways, for testing */
 static int log_run(enum uclass_id cat, const char *file)
@@ -200,7 +202,7 @@ static int log_test(int testnum)
 }
 
 #ifdef CONFIG_LOG_TEST
-int do_log_test(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[])
+int do_log_test(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[])
 {
        int testnum = 0;
        int ret;
This page took 0.0248 seconds and 4 git commands to generate.