ARM: mach-imx: cpu-imx5: Include "common.h"
authorFabio Estevam <fabio.estevam@freescale.com>
Mon, 25 Mar 2013 12:20:31 +0000 (09:20 -0300)
committerShawn Guo <shawn.guo@linaro.org>
Mon, 1 Apr 2013 08:17:49 +0000 (16:17 +0800)
Fix the following sparse warnings:

arch/arm/mach-imx/cpu-imx5.c:65:12: warning: symbol 'mx51_neon_fixup' was not declared. Should it be static?
arch/arm/mach-imx/cpu-imx5.c:99:5: warning: symbol 'mx53_revision' 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>
arch/arm/mach-imx/cpu-imx5.c

index d7ce72252a4e6b34d5416e387c3bf1b02f7c6c2b..c1c99a72c6a168a4256ddb73974efafd2ee4f6a8 100644 (file)
@@ -18,6 +18,7 @@
 #include <linux/io.h>
 
 #include "hardware.h"
+#include "common.h"
 
 static int mx5_cpu_rev = -1;
 
This page took 0.026584 seconds and 5 git commands to generate.