diff options
Diffstat (limited to 'arch/arm/mach-shmobile/board-mackerel.c')
-rw-r--r-- | arch/arm/mach-shmobile/board-mackerel.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/arm/mach-shmobile/board-mackerel.c b/arch/arm/mach-shmobile/board-mackerel.c index 008bd7f7883..d94fd0c427a 100644 --- a/arch/arm/mach-shmobile/board-mackerel.c +++ b/arch/arm/mach-shmobile/board-mackerel.c | |||
@@ -458,12 +458,6 @@ static void __init hdmi_init_pm_clock(void) | |||
458 | goto out; | 458 | goto out; |
459 | } | 459 | } |
460 | 460 | ||
461 | ret = clk_enable(&sh7372_pllc2_clk); | ||
462 | if (ret < 0) { | ||
463 | pr_err("Cannot enable pllc2 clock\n"); | ||
464 | goto out; | ||
465 | } | ||
466 | |||
467 | pr_debug("PLLC2 set frequency %lu\n", rate); | 461 | pr_debug("PLLC2 set frequency %lu\n", rate); |
468 | 462 | ||
469 | ret = clk_set_parent(hdmi_ick, &sh7372_pllc2_clk); | 463 | ret = clk_set_parent(hdmi_ick, &sh7372_pllc2_clk); |