diff options
author | Olof Johansson <olof@lixom.net> | 2015-02-01 19:51:12 +0300 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2015-02-01 19:51:12 +0300 |
commit | 28111dda37e653781efc73c06229f006739b3982 (patch) | |
tree | 1e2b85ea469ac60c1454be3ff063f31fa43b575e /arch/arm/mach-shmobile/setup-rcar-gen2.c | |
parent | eab8d6530cc00744087bb5566e350cf37fcdfc7e (diff) | |
parent | 77cf5166f21c3b73b04571311dc89a327424f594 (diff) | |
download | linux-28111dda37e653781efc73c06229f006739b3982.tar.xz |
Merge tag 'renesas-soc-fixes3-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas into fixes
Merge "Third Round of Renesas ARM Based SoC Fixes for v3.19" from Simon Horman:
* Instantiate GIC from C board code in legacy builds on r8a7790 and r8a73a4
* tag 'renesas-soc-fixes3-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/horms/renesas:
ARM: shmobile: r8a7790: Instantiate GIC from C board code in legacy builds
ARM: shmobile: r8a73a4: Instantiate GIC from C board code in legacy builds
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'arch/arm/mach-shmobile/setup-rcar-gen2.c')
-rw-r--r-- | arch/arm/mach-shmobile/setup-rcar-gen2.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/setup-rcar-gen2.c b/arch/arm/mach-shmobile/setup-rcar-gen2.c index 3dd6edd9bd1d..cc9470dfb1ce 100644 --- a/arch/arm/mach-shmobile/setup-rcar-gen2.c +++ b/arch/arm/mach-shmobile/setup-rcar-gen2.c @@ -133,7 +133,9 @@ void __init rcar_gen2_timer_init(void) #ifdef CONFIG_COMMON_CLK rcar_gen2_clocks_init(mode); #endif +#ifdef CONFIG_ARCH_SHMOBILE_MULTI clocksource_of_init(); +#endif } struct memory_reserve_config { |