commit | 1fa70f831c4f47bb9ddc5fd52146a753c61ff1b0 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Nov 14 12:57:34 2019 -0700 |
committer | Tom Rini <trini@konsulko.com> | Mon Dec 02 18:23:14 2019 -0500 |
tree | ea140904a4bbb1a63b72da032a10eef41960548e | |
parent | 08c559179b8fdb8f7c76a97a47fed92b908127c3 [diff] [blame] |
common: Move checkcpu() out of common.h This function belongs in cpu_func.h so move it over. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Tom Rini <trini@konsulko.com>
diff --git a/arch/sh/cpu/sh4/cpu.c b/arch/sh/cpu/sh4/cpu.c index a8b50a9..ee36aca 100644 --- a/arch/sh/cpu/sh4/cpu.c +++ b/arch/sh/cpu/sh4/cpu.c
@@ -6,6 +6,7 @@ #include <common.h> #include <command.h> +#include <cpu_func.h> #include <netdev.h> #include <asm/processor.h>