aboutsummaryrefslogtreecommitdiff
path: root/include/phy_interface.h
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-07-19 10:15:39 -0600
committerTom Rini <trini@konsulko.com>2020-08-03 22:19:54 -0400
commit2a64ada78cba32196a4f49bd000a501fa2c96647 (patch)
tree021dcdda9ef0f27396e7c73fd01b6c9aebcd4d9b /include/phy_interface.h
parentc2848cc2c35ccaedb10f23c3ee2a46ffdcc0de0c (diff)
downloadu-boot-2a64ada78cba32196a4f49bd000a501fa2c96647.zip
u-boot-2a64ada78cba32196a4f49bd000a501fa2c96647.tar.gz
u-boot-2a64ada78cba32196a4f49bd000a501fa2c96647.tar.bz2
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 'include/phy_interface.h')
-rw-r--r--include/phy_interface.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/phy_interface.h b/include/phy_interface.h
index 882e4af..841ade3 100644
--- a/include/phy_interface.h
+++ b/include/phy_interface.h
@@ -10,6 +10,8 @@
#ifndef _PHY_INTERFACE_H
#define _PHY_INTERFACE_H
+#include <string.h>
+
typedef enum {
PHY_INTERFACE_MODE_MII,
PHY_INTERFACE_MODE_GMII,