summaryrefslogtreecommitdiff
path: root/test/dm/mdio_mux.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/dm/mdio_mux.c')
-rw-r--r--test/dm/mdio_mux.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/test/dm/mdio_mux.c b/test/dm/mdio_mux.c
index bfe3518221f..866feb26381 100644
--- a/test/dm/mdio_mux.c
+++ b/test/dm/mdio_mux.c
@@ -4,7 +4,6 @@
* Alex Marginean, NXP
*/
-#include <common.h>
#include <dm.h>
#include <miiphy.h>
#include <misc.h>
@@ -77,5 +76,4 @@ static int dm_test_mdio_mux(struct unit_test_state *uts)
return 0;
}
-
-DM_TEST(dm_test_mdio_mux, UT_TESTF_SCAN_FDT);
+DM_TEST(dm_test_mdio_mux, UTF_SCAN_FDT);