summaryrefslogtreecommitdiff
path: root/test/dm/simple-bus.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dm/simple-bus.c')
-rw-r--r--test/dm/simple-bus.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/dm/simple-bus.c b/test/dm/simple-bus.c
index 3530b47fac2..d9534830b16 100644
--- a/test/dm/simple-bus.c
+++ b/test/dm/simple-bus.c
@@ -3,7 +3,6 @@
* Copyright (C) 2021, Bin Meng <bmeng.cn@gmail.com>
*/
-#include <common.h>
#include <dm.h>
#include <dm/test.h>
#include <dm/simple_bus.h>
@@ -30,4 +29,4 @@ static int dm_test_simple_bus(struct unit_test_state *uts)
return 0;
}
-DM_TEST(dm_test_simple_bus, UT_TESTF_SCAN_FDT | UT_TESTF_FLAT_TREE);
+DM_TEST(dm_test_simple_bus, UTF_SCAN_FDT | UTF_FLAT_TREE);