diff options
Diffstat (limited to 'test/dm/nop.c')
-rw-r--r-- | test/dm/nop.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/dm/nop.c b/test/dm/nop.c index f7d9a0f3df3..a6f5f820f6a 100644 --- a/test/dm/nop.c +++ b/test/dm/nop.c @@ -6,7 +6,6 @@ * Jean-Jacques Hiblot <jjhiblot@ti.com> */ -#include <common.h> #include <dm.h> #include <dm/ofnode.h> #include <dm/lists.h> @@ -70,5 +69,4 @@ static int dm_test_nop(struct unit_test_state *uts) return 0; } - -DM_TEST(dm_test_nop, UT_TESTF_FLAT_TREE | UT_TESTF_SCAN_FDT); +DM_TEST(dm_test_nop, UTF_FLAT_TREE | UTF_SCAN_FDT); |