commit | 5e6267af31165cdc6d918fd8aff8ae12a30ec9f8 | [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 | 015e3348fc3f0f20fd9286bf245e26212568ec93 [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>
diff --git a/board/Marvell/guruplug/guruplug.c b/board/Marvell/guruplug/guruplug.c index 466f85e..71bee76 100644 --- a/board/Marvell/guruplug/guruplug.c +++ b/board/Marvell/guruplug/guruplug.c
@@ -7,6 +7,7 @@ #include <common.h> #include <miiphy.h> +#include <net.h> #include <asm/mach-types.h> #include <asm/arch/cpu.h> #include <asm/arch/soc.h>