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 --- board/Seagate/goflexhome/goflexhome.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/Seagate/goflexhome/goflexhome.c') diff --git a/board/Seagate/goflexhome/goflexhome.c b/board/Seagate/goflexhome/goflexhome.c index 42b51eb29a..1e4477aa5f 100644 --- a/board/Seagate/goflexhome/goflexhome.c +++ b/board/Seagate/goflexhome/goflexhome.c @@ -13,6 +13,7 @@ #include #include +#include #include #include #include -- cgit