aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-shmobile/board-ape6evm-reference.c
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-shmobile/board-ape6evm-reference.c')
-rw-r--r--arch/arm/mach-shmobile/board-ape6evm-reference.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-shmobile/board-ape6evm-reference.c b/arch/arm/mach-shmobile/board-ape6evm-reference.c
index 3b68370b03a0..dd5bc63aba42 100644
--- a/arch/arm/mach-shmobile/board-ape6evm-reference.c
+++ b/arch/arm/mach-shmobile/board-ape6evm-reference.c
@@ -29,7 +29,7 @@
29 29
30static void __init ape6evm_add_standard_devices(void) 30static void __init ape6evm_add_standard_devices(void)
31{ 31{
32 32#ifndef CONFIG_COMMON_CLK
33 struct clk *parent; 33 struct clk *parent;
34 struct clk *mp; 34 struct clk *mp;
35 35
@@ -43,6 +43,7 @@ static void __init ape6evm_add_standard_devices(void)
43 clk_set_parent(mp, parent); 43 clk_set_parent(mp, parent);
44 clk_put(parent); 44 clk_put(parent);
45 clk_put(mp); 45 clk_put(mp);
46#endif
46 47
47 of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL); 48 of_platform_populate(NULL, of_default_bus_match_table, NULL, NULL);
48} 49}