diff options
author | Simon Glass <sjg@chromium.org> | 2019-12-28 20:44:48 +0300 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2020-01-24 20:36:48 +0300 |
commit | 9d89bcd8e5b0579da105ba02010e615bc0782ab4 (patch) | |
tree | 9f87a0a6daeded6eb34485cb1dafc1fea838aeac /common | |
parent | f9aaf98451d959b878b617218fba76bf2dd9e024 (diff) | |
download | u-boot-9d89bcd8e5b0579da105ba02010e615bc0782ab4.tar.xz |
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 'common')
-rw-r--r-- | common/board_r.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/common/board_r.c b/common/board_r.c index 2f5e534489..0102da7efd 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -14,6 +14,7 @@ #include <cpu_func.h> #include <exports.h> #include <irq_func.h> +#include <net.h> #include <u-boot/crc.h> /* TODO: can we just include all these headers whether needed or not? */ #if defined(CONFIG_CMD_BEDBUG) |