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/Marvell/dreamplug/dreamplug.c | 1 + 1 file changed, 1 insertion(+) (limited to 'board/Marvell/dreamplug/dreamplug.c') diff --git a/board/Marvell/dreamplug/dreamplug.c b/board/Marvell/dreamplug/dreamplug.c index ede168c9ec..887dd1ed74 100644 --- a/board/Marvell/dreamplug/dreamplug.c +++ b/board/Marvell/dreamplug/dreamplug.c @@ -10,6 +10,7 @@ #include #include +#include #include #include #include -- cgit