diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-03-25 09:20:43 -0300 |
---|---|---|
committer | Shawn Guo <shawn.guo@linaro.org> | 2013-04-01 16:17:52 +0800 |
commit | 0989857625ba9d446916495f619435a3b42e7be4 (patch) | |
tree | 859486eb889829aba7c45645503c088b9ca77e63 /arch/arm/mach-imx | |
parent | 9a67a6fd36fea1ab360249e4b7ef2d29d3e2fac8 (diff) | |
download | talos-op-linux-0989857625ba9d446916495f619435a3b42e7be4.tar.gz talos-op-linux-0989857625ba9d446916495f619435a3b42e7be4.zip |
ARM: mach-imx: src: Include "common.h
Fix the following sparse warnings:
arch/arm/mach-imx/src.c:28:6: warning: symbol 'imx_enable_cpu' was not declared. Should it be static?
arch/arm/mach-imx/src.c:39:6: warning: symbol 'imx_set_cpu_jump' was not declared. Should it be static?
arch/arm/mach-imx/src.c:46:6: warning: symbol 'imx_src_prepare_restart' was not declared. Should it be static?
arch/arm/mach-imx/src.c:59:13: warning: symbol 'imx_src_init' was not declared. Should it be static?
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Shawn Guo <shawn.guo@linaro.org>
Diffstat (limited to 'arch/arm/mach-imx')
-rw-r--r-- | arch/arm/mach-imx/src.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-imx/src.c b/arch/arm/mach-imx/src.c index e15f1555c59b..648634d9b6c3 100644 --- a/arch/arm/mach-imx/src.c +++ b/arch/arm/mach-imx/src.c @@ -16,6 +16,7 @@ #include <linux/of_address.h> #include <linux/smp.h> #include <asm/smp_plat.h> +#include "common.h" #define SRC_SCR 0x000 #define SRC_GPR1 0x020 |