summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-19 19:15:39 +0300
committerTom Rini <trini@konsulko.com>2020-08-04 05:19:54 +0300
commit2a64ada78cba32196a4f49bd000a501fa2c96647 (patch)
tree021dcdda9ef0f27396e7c73fd01b6c9aebcd4d9b /net
parentc2848cc2c35ccaedb10f23c3ee2a46ffdcc0de0c (diff)
downloadu-boot-2a64ada78cba32196a4f49bd000a501fa2c96647.tar.xz
net: Drop dm.h header file from phy.h
This header file should not be included in other header files. Remove it and use other headers and C inclusions instead. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'net')
-rw-r--r--net/eth_legacy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/eth_legacy.c b/net/eth_legacy.c
index 340469ba3a..992d1880bf 100644
--- a/net/eth_legacy.c
+++ b/net/eth_legacy.c
@@ -8,6 +8,7 @@
#include <common.h>
#include <bootstage.h>
#include <command.h>
+#include <dm.h>
#include <env.h>
#include <log.h>
#include <net.h>