From 5e6267af31165cdc6d918fd8aff8ae12a30ec9f8 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 28 Dec 2019 10:44:48 -0700 Subject: 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 --- common/board_r.c | 1 + 1 file changed, 1 insertion(+) (limited to 'common') diff --git a/common/board_r.c b/common/board_r.c index 2f5e534..0102da7 100644 --- a/common/board_r.c +++ b/common/board_r.c @@ -14,6 +14,7 @@ #include #include #include +#include #include /* TODO: can we just include all these headers whether needed or not? */ #if defined(CONFIG_CMD_BEDBUG) -- cgit v1.1