diff options
Diffstat (limited to 'arch/arm/mach-exynos/platsmp.c')
-rw-r--r-- | arch/arm/mach-exynos/platsmp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-exynos/platsmp.c b/arch/arm/mach-exynos/platsmp.c index 78002c7344b3..9e5e230575dd 100644 --- a/arch/arm/mach-exynos/platsmp.c +++ b/arch/arm/mach-exynos/platsmp.c | |||
@@ -34,7 +34,7 @@ | |||
34 | 34 | ||
35 | extern void exynos4_secondary_startup(void); | 35 | extern void exynos4_secondary_startup(void); |
36 | 36 | ||
37 | static void __iomem *sysram_base_addr; | 37 | void __iomem *sysram_base_addr; |
38 | void __iomem *sysram_ns_base_addr; | 38 | void __iomem *sysram_ns_base_addr; |
39 | 39 | ||
40 | static void __init exynos_smp_prepare_sysram(void) | 40 | static void __init exynos_smp_prepare_sysram(void) |