commit | 992b6033b77e403e4acb28c195523bb4799aca67 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sun Jul 19 10:15:39 2020 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 03 22:19:54 2020 -0400 |
tree | 021dcdda9ef0f27396e7c73fd01b6c9aebcd4d9b | |
parent | ef8a4e652a903638e36765b95262a18c53a8c18a [diff] [blame] |
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>
diff --git a/cmd/mdio.c b/cmd/mdio.c index c48bb51..cfa45ad 100644 --- a/cmd/mdio.c +++ b/cmd/mdio.c
@@ -10,6 +10,7 @@ #include <common.h> #include <command.h> +#include <dm.h> #include <miiphy.h> #include <phy.h>