summaryrefslogtreecommitdiff
path: root/test/dm/osd.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dm/osd.c')
-rw-r--r--test/dm/osd.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/test/dm/osd.c b/test/dm/osd.c
index 6279b391ca5..5fb27a3d822 100644
--- a/test/dm/osd.c
+++ b/test/dm/osd.c
@@ -4,7 +4,6 @@
* Mario Six, Guntermann & Drunck GmbH, mario.six@gdsys.cc
*/
-#include <common.h>
#include <display_options.h>
#include <dm.h>
#include <video_osd.h>
@@ -131,8 +130,7 @@ static int dm_test_osd_basics(struct unit_test_state *uts)
return 0;
}
-
-DM_TEST(dm_test_osd_basics, UT_TESTF_SCAN_PDATA | UT_TESTF_SCAN_FDT);
+DM_TEST(dm_test_osd_basics, UTF_SCAN_PDATA | UTF_SCAN_FDT);
static int dm_test_osd_extended(struct unit_test_state *uts)
{
@@ -215,5 +213,4 @@ static int dm_test_osd_extended(struct unit_test_state *uts)
return 0;
}
-
-DM_TEST(dm_test_osd_extended, UT_TESTF_SCAN_PDATA | UT_TESTF_SCAN_FDT);
+DM_TEST(dm_test_osd_extended, UTF_SCAN_PDATA | UTF_SCAN_FDT);