diff options
Diffstat (limited to 'arch/arm/mach-shmobile/board-bockw-reference.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-bockw-reference.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-shmobile/board-bockw-reference.c b/arch/arm/mach-shmobile/board-bockw-reference.c index d649ade4a202..9a74efda3d18 100644 --- a/arch/arm/mach-shmobile/board-bockw-reference.c +++ b/arch/arm/mach-shmobile/board-bockw-reference.c | |||
@@ -36,7 +36,9 @@ static void __init bockw_init(void) | |||
36 | void __iomem *fpga; | 36 | void __iomem *fpga; |
37 | void __iomem *pfc; | 37 | void __iomem *pfc; |
38 | 38 | ||
39 | #ifndef CONFIG_COMMON_CLK | ||
39 | r8a7778_clock_init(); | 40 | r8a7778_clock_init(); |
41 | #endif | ||
40 | r8a7778_init_irq_extpin_dt(1); | 42 | r8a7778_init_irq_extpin_dt(1); |
41 | r8a7778_add_dt_devices(); | 43 | r8a7778_add_dt_devices(); |
42 | 44 | ||