commit | 370382c326d73edcc611009ee61487658c6a6db1 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 14 12:57:35 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 18:23:14 2019 -0500 |
tree | a17b47841340571e0d4573c8bbefd58f22ef4a77 | |
parent | 1fa70f831c4f47bb9ddc5fd52146a753c61ff1b0 [diff] [blame] |
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 <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
diff --git a/board/broadcom/bcm_ep/board.c b/board/broadcom/bcm_ep/board.c index b2469dc..63fb98b 100644 --- a/board/broadcom/bcm_ep/board.c +++ b/board/broadcom/bcm_ep/board.c
@@ -4,6 +4,7 @@ */ #include <common.h> +#include <cpu_func.h> #include <asm/io.h> #include <config.h> #include <netdev.h>