From 62f9b654472888dc46feea74f95edb837f49333a Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 14 Nov 2019 12:57:09 -0700 Subject: common: Move older CPU functions to their own header These should be moved to driver model, but in the meantime, move them out of the common header to help reduce its size. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- arch/arm/mach-zynqmp/mp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/arm/mach-zynqmp') diff --git a/arch/arm/mach-zynqmp/mp.c b/arch/arm/mach-zynqmp/mp.c index 2a71870ae7b..fbb551151ab 100644 --- a/arch/arm/mach-zynqmp/mp.c +++ b/arch/arm/mach-zynqmp/mp.c @@ -5,6 +5,7 @@ */ #include +#include #include #include #include -- cgit v1.2.3