[PATCH 1/17] ARM: mach-imx: cpu: Include "common.h"
Shawn Guo
shawn.guo at linaro.org
Tue Mar 26 01:33:50 EDT 2013
On Mon, Mar 25, 2013 at 09:20:28AM -0300, Fabio Estevam wrote:
> Fix the following sparse warnings:
>
> arch/arm/mach-imx/cpu.c:10:6: warning: symbol 'mxc_set_cpu_type' was not declared. Should it be static?
> arch/arm/mach-imx/cpu.c:15:6: warning: symbol 'imx_print_silicon_rev' was not declared. Should it be static?
> arch/arm/mach-imx/cpu.c:24:13: warning: symbol 'imx_set_aips' was not declared. Should it be static?
>
> Signed-off-by: Fabio Estevam <fabio.estevam at freescale.com>
All applied on imx/non-critical-fixes branch except #14 which is applied
on branch imx/soc.
Shawn
> ---
> arch/arm/mach-imx/cpu.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/arm/mach-imx/cpu.c b/arch/arm/mach-imx/cpu.c
> index 03fcbd0..e70e3ac 100644
> --- a/arch/arm/mach-imx/cpu.c
> +++ b/arch/arm/mach-imx/cpu.c
> @@ -3,6 +3,7 @@
> #include <linux/io.h>
>
> #include "hardware.h"
> +#include "common.h"
>
> unsigned int __mxc_cpu_type;
> EXPORT_SYMBOL(__mxc_cpu_type);
> --
> 1.7.9.5
>
>
More information about the linux-arm-kernel
mailing list