From 30c7c4347307c807b0f9f9045053339507fd699e Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 14 Nov 2019 12:57:34 -0700 Subject: common: Move checkcpu() out of common.h This function belongs in cpu_func.h so move it over. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- arch/x86/cpu/qemu/qemu.c | 1 + 1 file changed, 1 insertion(+) (limited to 'arch/x86/cpu/qemu/qemu.c') diff --git a/arch/x86/cpu/qemu/qemu.c b/arch/x86/cpu/qemu/qemu.c index 5e8b4f068e1..716351ad7ff 100644 --- a/arch/x86/cpu/qemu/qemu.c +++ b/arch/x86/cpu/qemu/qemu.c @@ -4,6 +4,7 @@ */ #include +#include #include #include #include -- cgit v1.2.3