]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
ARM: shmobile: R-Car Gen2: CONFIG_ARCH_SHMOBILE_MULTI is always set
authorGeert Uytterhoeven <geert+renesas@glider.be>
Wed, 17 Jun 2015 09:34:20 +0000 (11:34 +0200)
committerSimon Horman <horms+renesas@verge.net.au>
Mon, 6 Jul 2015 00:29:46 +0000 (09:29 +0900)
Since commit e042681894b62d60 ("ARM: shmobile: r8a7790: Remove legacy
code"), all R-Car Gen2 SoCs are supported by multiplatform kernels only.
As CONFIG_ARCH_SHMOBILE_MULTI is always set for shmobile 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>
arch/arm/mach-shmobile/setup-rcar-gen2.c

index 5d13595aa027447dc9b933f4a5132c6d9f75407c..aa3339258d9c0232a4092a01e9abf2b3243098f6 100644 (file)
@@ -128,9 +128,7 @@ void __init rcar_gen2_timer_init(void)
 #endif /* CONFIG_ARM_ARCH_TIMER */
 
        rcar_gen2_clocks_init(mode);
-#ifdef CONFIG_ARCH_SHMOBILE_MULTI
        clocksource_of_init();
-#endif
 }
 
 struct memory_reserve_config {