diff options
Diffstat (limited to 'arch/arm/mach-omap2/clock24xx.c')
-rw-r--r-- | arch/arm/mach-omap2/clock24xx.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/clock24xx.c b/arch/arm/mach-omap2/clock24xx.c index a11e7c71177c..2ce8c0296e82 100644 --- a/arch/arm/mach-omap2/clock24xx.c +++ b/arch/arm/mach-omap2/clock24xx.c | |||
@@ -688,7 +688,7 @@ static int __init omap2_clk_arch_init(void) | |||
688 | if (!mpurate) | 688 | if (!mpurate) |
689 | return -EINVAL; | 689 | return -EINVAL; |
690 | 690 | ||
691 | if (omap2_select_table_rate(&virt_prcm_set, mpurate)) | 691 | if (clk_set_rate(&virt_prcm_set, mpurate)) |
692 | printk(KERN_ERR "Could not find matching MPU rate\n"); | 692 | printk(KERN_ERR "Could not find matching MPU rate\n"); |
693 | 693 | ||
694 | recalculate_root_clocks(); | 694 | recalculate_root_clocks(); |