summaryrefslogtreecommitdiff
path: root/test/dm/pmc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dm/pmc.c')
-rw-r--r--test/dm/pmc.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/dm/pmc.c b/test/dm/pmc.c
index e70227e7800..00122798b71 100644
--- a/test/dm/pmc.c
+++ b/test/dm/pmc.c
@@ -5,7 +5,6 @@
* Copyright 2019 Google LLC
*/
-#include <common.h>
#include <dm.h>
#include <power/acpi_pmc.h>
#include <dm/test.h>
@@ -30,4 +29,4 @@ static int dm_test_pmc_base(struct unit_test_state *uts)
return 0;
}
-DM_TEST(dm_test_pmc_base, UT_TESTF_SCAN_PDATA | UT_TESTF_SCAN_FDT);
+DM_TEST(dm_test_pmc_base, UTF_SCAN_PDATA | UTF_SCAN_FDT);