summaryrefslogtreecommitdiff
path: root/test/dm/panel.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dm/panel.c')
-rw-r--r--test/dm/panel.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/dm/panel.c b/test/dm/panel.c
index 4d435a0d255..ce835c96ed0 100644
--- a/test/dm/panel.c
+++ b/test/dm/panel.c
@@ -6,7 +6,6 @@
* Written by Simon Glass <sjg@chromium.org>
*/
-#include <common.h>
#include <backlight.h>
#include <dm.h>
#include <panel.h>
@@ -77,4 +76,4 @@ static int dm_test_panel(struct unit_test_state *uts)
return 0;
}
-DM_TEST(dm_test_panel, UT_TESTF_SCAN_PDATA | UT_TESTF_SCAN_FDT);
+DM_TEST(dm_test_panel, UTF_SCAN_PDATA | UTF_SCAN_FDT);