summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/wandboard/wandboard.c1
-rw-r--r--include/phy.h2
2 files changed, 3 insertions, 0 deletions
diff --git a/board/wandboard/wandboard.c b/board/wandboard/wandboard.c
index dbced1c..6918614 100644
--- a/board/wandboard/wandboard.c
+++ b/board/wandboard/wandboard.c
@@ -25,6 +25,7 @@
#include <miiphy.h>
#include <netdev.h>
#include <linux/fb.h>
+#include <phy.h>
DECLARE_GLOBAL_DATA_PTR;
diff --git a/include/phy.h b/include/phy.h
index 1f22fa1..d3ecd63 100644
--- a/include/phy.h
+++ b/include/phy.h
@@ -234,6 +234,8 @@ int phy_smsc_init(void);
int phy_teranetics_init(void);
int phy_vitesse_init(void);
+int board_phy_config(struct phy_device *phydev);
+
/* PHY UIDs for various PHYs that are referenced in external code */
#define PHY_UID_TN2020 0x00a19410