projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4355632
)
ARM: mach-imx: cpu-imx5: Include "common.h"
author
Fabio Estevam
<fabio.estevam@freescale.com>
Mon, 25 Mar 2013 12:20:31 +0000
(09:20 -0300)
committer
Shawn 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
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm/mach-imx/cpu-imx5.c
b/arch/arm/mach-imx/cpu-imx5.c
index d7ce72252a4e6b34d5416e387c3bf1b02f7c6c2b..c1c99a72c6a168a4256ddb73974efafd2ee4f6a8 100644
(file)
--- a/
arch/arm/mach-imx/cpu-imx5.c
+++ b/
arch/arm/mach-imx/cpu-imx5.c
@@
-18,6
+18,7
@@
#include <linux/io.h>
#include "hardware.h"
+#include "common.h"
static int mx5_cpu_rev = -1;