diff options
Diffstat (limited to 'test/dm/soc.c')
-rw-r--r-- | test/dm/soc.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/dm/soc.c b/test/dm/soc.c index 8f6c97fa790..a6b82e5376d 100644 --- a/test/dm/soc.c +++ b/test/dm/soc.c @@ -6,7 +6,6 @@ * Dave Gerlach <d-gerlach@ti.com> */ -#include <common.h> #include <dm.h> #include <dm/test.h> #include <dm/uclass-internal.h> @@ -116,5 +115,4 @@ static int dm_test_soc(struct unit_test_state *uts) return 0; } - -DM_TEST(dm_test_soc, UT_TESTF_SCAN_FDT); +DM_TEST(dm_test_soc, UTF_SCAN_FDT); |