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 --- cmd/mp.c | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd') diff --git a/cmd/mp.c b/cmd/mp.c index 01d30c1ccb7..4c8f5fc3fae 100644 --- a/cmd/mp.c +++ b/cmd/mp.c @@ -5,6 +5,7 @@ #include #include +#include static int cpu_status_all(void) { -- cgit v1.2.3