From 0e1fad4382fbceb630d09e7009afe1b1b31a64d6 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 19 Jul 2020 10:15:37 -0600 Subject: dm: core: Drop header files from dm/test.h These header file should not be included in other header files. Remove them and add to each individual file. Add test/test.h to test/ui.h since that is a reasonable place. Signed-off-by: Simon Glass --- test/dm/mdio.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'test/dm/mdio.c') diff --git a/test/dm/mdio.c b/test/dm/mdio.c index ba1b54f27e2..758bbb2cc51 100644 --- a/test/dm/mdio.c +++ b/test/dm/mdio.c @@ -7,10 +7,11 @@ #include #include #include -#include +#include #include +#include +#include #include -#include /* macros copied over from mdio_sandbox.c */ #define SANDBOX_PHY_ADDR 5 -- cgit v1.2.3