From 91527c9a306fca0f8162a22d8ecc4c7be0dfe332 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sat, 28 Dec 2019 10:45:05 -0700 Subject: common: Move RAM-sizing functions to init.h These functions relate to memory init so move them into the init header. Signed-off-by: Simon Glass --- arch/mips/mach-mtmips/cpu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/mips/mach-mtmips/cpu.c') diff --git a/arch/mips/mach-mtmips/cpu.c b/arch/mips/mach-mtmips/cpu.c index 7afc2c5940..cee3c0cb0a 100644 --- a/arch/mips/mach-mtmips/cpu.c +++ b/arch/mips/mach-mtmips/cpu.c @@ -5,6 +5,7 @@ #include #include +#include #include #include #include -- cgit