x86: Make x86_init_cpus() static
authorSimon Glass <sjg@chromium.org>
Sun, 17 Jan 2016 23:11:28 +0000 (16:11 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sun, 24 Jan 2016 04:08:17 +0000 (12:08 +0800)
commitafd5d50c127da6457ce75b534717b954e07f606c
tree10a0fe7ad631efc857f4d998d78a4ee0d4a0132e
parent279006db4f6c7bacd506e734bc9ba9d32ed0913c
x86: Make x86_init_cpus() static

There are no other implementations of this function, and boards that need it
can implement a CPU driver.

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
arch/x86/cpu/cpu.c
arch/x86/include/asm/u-boot-x86.h