diff options
Diffstat (limited to 'arch/arm/mach-omap2/cm_common.c')
-rw-r--r-- | arch/arm/mach-omap2/cm_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/cm_common.c b/arch/arm/mach-omap2/cm_common.c index ff24fdfb3bb2..23e8bcec34e3 100644 --- a/arch/arm/mach-omap2/cm_common.c +++ b/arch/arm/mach-omap2/cm_common.c | |||
@@ -361,7 +361,7 @@ int __init omap_cm_init(void) | |||
361 | if (data->flags & CM_NO_CLOCKS) | 361 | if (data->flags & CM_NO_CLOCKS) |
362 | continue; | 362 | continue; |
363 | 363 | ||
364 | ret = omap2_clk_provider_init(np, data->index, data->mem); | 364 | ret = omap2_clk_provider_init(np, data->index, NULL, data->mem); |
365 | if (ret) | 365 | if (ret) |
366 | return ret; | 366 | return ret; |
367 | } | 367 | } |