From 62270f4395f86bd5231fcb9c1710e42be7d67d60 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 14 Nov 2019 12:57:35 -0700 Subject: common: Move some SMP functions out of common.h These functions belong in cpu_func.h so move them over. Signed-off-by: Simon Glass Reviewed-by: Tom Rini --- cmd/elf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/elf.c') diff --git a/cmd/elf.c b/cmd/elf.c index 538562f..32f12a7 100644 --- a/cmd/elf.c +++ b/cmd/elf.c @@ -15,6 +15,7 @@ #include #include +#include #include #include #include -- cgit v1.1