summaryrefslogtreecommitdiff
path: root/board/freescale/lx2160a/eth_lx2160aqds.c
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2019-12-28 10:44:48 -0700
committerJagan Teki <jagan@amarulasolutions.com>2020-01-24 23:06:48 +0530
commit9d89bcd8e5b0579da105ba02010e615bc0782ab4 (patch)
tree9f87a0a6daeded6eb34485cb1dafc1fea838aeac /board/freescale/lx2160a/eth_lx2160aqds.c
parentf9aaf98451d959b878b617218fba76bf2dd9e024 (diff)
common: Move reset_phy() to net.h
This is a network function so let's move it into that header. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'board/freescale/lx2160a/eth_lx2160aqds.c')
-rw-r--r--board/freescale/lx2160a/eth_lx2160aqds.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/freescale/lx2160a/eth_lx2160aqds.c b/board/freescale/lx2160a/eth_lx2160aqds.c
index 55e8a427e6..6500649d7b 100644
--- a/board/freescale/lx2160a/eth_lx2160aqds.c
+++ b/board/freescale/lx2160a/eth_lx2160aqds.c
@@ -8,6 +8,7 @@
#include <env.h>
#include <hwconfig.h>
#include <command.h>
+#include <net.h>
#include <netdev.h>
#include <malloc.h>
#include <fsl_mdio.h>