aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm
diff options
context:
space:
mode:
authorAndy Green <andy.green@linaro.org>2011-07-24 15:57:50 -0400
committerPaolo Pisati <paolo.pisati@canonical.com>2012-08-17 04:18:04 -0400
commit9c4e4e3e30710254334e704d982ee9d3043a2f3c (patch)
treeca1039205e982ae717de301617d9d64b30a0b83b /arch/arm
parent3c02facb7ce7f567786b7d8756c9cd8327661e93 (diff)
OMAP4460 cleanup static def nonstatic prototype
Signed-off-by: Andy Green <andy.green@linaro.org>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/mach-omap2/omap4-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/omap4-common.c b/arch/arm/mach-omap2/omap4-common.c
index 0a853579a47..60432083642 100644
--- a/arch/arm/mach-omap2/omap4-common.c
+++ b/arch/arm/mach-omap2/omap4-common.c
@@ -24,7 +24,7 @@
24 24
25#ifdef CONFIG_CACHE_L2X0 25#ifdef CONFIG_CACHE_L2X0
26#define L2X0_POR_OFFSET_VALUE 0x9 26#define L2X0_POR_OFFSET_VALUE 0x9
27static void __iomem *l2cache_base; 27void __iomem *l2cache_base;
28#endif 28#endif
29 29
30void __iomem *gic_dist_base_addr; 30void __iomem *gic_dist_base_addr;