summaryrefslogtreecommitdiff
path: root/test/dm/ofread.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dm/ofread.c')
-rw-r--r--test/dm/ofread.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/dm/ofread.c b/test/dm/ofread.c
index 3523860d2b3..069551a31af 100644
--- a/test/dm/ofread.c
+++ b/test/dm/ofread.c
@@ -1,6 +1,5 @@
// SPDX-License-Identifier: GPL-2.0+
-#include <common.h>
#include <dm.h>
#include <dm/test.h>
#include <test/ut.h>
@@ -46,4 +45,4 @@ static int dm_test_ofprop_get_property(struct unit_test_state *uts)
return 0;
}
-DM_TEST(dm_test_ofprop_get_property, UT_TESTF_SCAN_PDATA | UT_TESTF_SCAN_FDT);
+DM_TEST(dm_test_ofprop_get_property, UTF_SCAN_PDATA | UTF_SCAN_FDT);