diff options
-rw-r--r-- | test/log/log_test.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/log/log_test.c b/test/log/log_test.c index 4245372d65..fdee5e6757 100644 --- a/test/log/log_test.c +++ b/test/log/log_test.c @@ -201,7 +201,6 @@ static int log_test(int testnum) return 0; } -#ifdef CONFIG_LOG_TEST int do_log_test(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) { int testnum = 0; @@ -216,4 +215,3 @@ int do_log_test(struct cmd_tbl *cmdtp, int flag, int argc, char *const argv[]) return ret ? CMD_RET_FAILURE : 0; } -#endif |