commit | 0c36441035f43b1f96c477024b85baa93e20a7fa | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Sat Dec 28 10:44:48 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Fri Jan 17 13:26:50 2020 -0500 |
tree | f0a213fe4c520420a0cc74737f602d13425f877d | |
parent | 1f26500f8c59c496076a138d73881dad1f070853 [diff] [blame] |
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>
diff --git a/board/freescale/lx2160a/eth_lx2160ardb.c b/board/freescale/lx2160a/eth_lx2160ardb.c index 365ff73..aeb989a 100644 --- a/board/freescale/lx2160a/eth_lx2160ardb.c +++ b/board/freescale/lx2160a/eth_lx2160ardb.c
@@ -6,6 +6,7 @@ #include <common.h> #include <command.h> +#include <net.h> #include <netdev.h> #include <malloc.h> #include <fsl_mdio.h>