summaryrefslogtreecommitdiff
path: root/test/dm/fastboot.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dm/fastboot.c')
-rw-r--r--test/dm/fastboot.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/dm/fastboot.c b/test/dm/fastboot.c
index 758538d0e85..73c43f82924 100644
--- a/test/dm/fastboot.c
+++ b/test/dm/fastboot.c
@@ -3,7 +3,6 @@
* Copyright (C) 2015 Google, Inc
*/
-#include <common.h>
#include <dm.h>
#include <fastboot.h>
#include <fb_mmc.h>
@@ -92,4 +91,4 @@ static int dm_test_fastboot_mmc_part(struct unit_test_state *uts)
return 0;
}
-DM_TEST(dm_test_fastboot_mmc_part, UT_TESTF_SCAN_PDATA | UT_TESTF_SCAN_FDT);
+DM_TEST(dm_test_fastboot_mmc_part, UTF_SCAN_PDATA | UTF_SCAN_FDT);