From 9d89bcd8e5b0579da105ba02010e615bc0782ab4 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 --- arch/arm/mach-omap2/emif-common.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch') diff --git a/arch/arm/mach-omap2/emif-common.c b/arch/arm/mach-omap2/emif-common.c index 290f9dcdb02..c900f28af20 100644 --- a/arch/arm/mach-omap2/emif-common.c +++ b/arch/arm/mach-omap2/emif-common.c @@ -9,6 +9,7 @@ */ #include +#include #include #include #include -- cgit v1.3.1