aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2015-01-26 11:21:14 -0500
committerSimon Horman <horms+renesas@verge.net.au>2015-03-11 19:43:34 -0400
commit8883e72da3a0859e910f96c0372baf08ab47f7ae (patch)
tree25afb98787863a744c5e21bee36ae9e3c92e845a /arch/arm/mach-shmobile
parente2fd51b7e1742b82529a39107ed59ac0da69321d (diff)
ARM: shmobile: R-Car Gen2: CONFIG_COMMON_CLK is always set
Since commit e042681894b62d60 ("ARM: shmobile: r8a7790: Remove legacy code"), all R-Car Gen2 SoCs are supported by multiplatform kernels only. As CONFIG_COMMON_CLK is always set for multiplatform kernels, we can remove related #ifdefs in code specific to R-Car Gen2 SoCs. Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/mach-shmobile')
-rw-r--r--arch/arm/mach-shmobile/setup-rcar-gen2.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/arm/mach-shmobile/setup-rcar-gen2.c b/arch/arm/mach-shmobile/setup-rcar-gen2.c
index d1fa625e61f5..51464cc6d65b 100644
--- a/arch/arm/mach-shmobile/setup-rcar-gen2.c
+++ b/arch/arm/mach-shmobile/setup-rcar-gen2.c
@@ -50,9 +50,7 @@ u32 rcar_gen2_read_mode_pins(void)
50 50
51void __init rcar_gen2_timer_init(void) 51void __init rcar_gen2_timer_init(void)
52{ 52{
53#if defined(CONFIG_ARM_ARCH_TIMER) || defined(CONFIG_COMMON_CLK)
54 u32 mode = rcar_gen2_read_mode_pins(); 53 u32 mode = rcar_gen2_read_mode_pins();
55#endif
56#ifdef CONFIG_ARM_ARCH_TIMER 54#ifdef CONFIG_ARM_ARCH_TIMER
57 void __iomem *base; 55 void __iomem *base;
58 int extal_mhz = 0; 56 int extal_mhz = 0;
@@ -128,9 +126,7 @@ void __init rcar_gen2_timer_init(void)
128 iounmap(base); 126 iounmap(base);
129#endif /* CONFIG_ARM_ARCH_TIMER */ 127#endif /* CONFIG_ARM_ARCH_TIMER */
130 128
131#ifdef CONFIG_COMMON_CLK
132 rcar_gen2_clocks_init(mode); 129 rcar_gen2_clocks_init(mode);
133#endif
134#ifdef CONFIG_ARCH_SHMOBILE_MULTI 130#ifdef CONFIG_ARCH_SHMOBILE_MULTI
135 clocksource_of_init(); 131 clocksource_of_init();
136#endif 132#endif