diff options
Diffstat (limited to 'arch/arm/mach-omap2/control.c')
-rw-r--r-- | arch/arm/mach-omap2/control.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/control.c b/arch/arm/mach-omap2/control.c index 21ff32c6001a..4b4094685087 100644 --- a/arch/arm/mach-omap2/control.c +++ b/arch/arm/mach-omap2/control.c | |||
@@ -676,7 +676,7 @@ int __init omap_control_init(void) | |||
676 | for_each_matching_node_and_match(np, omap_scrm_dt_match_table, &match) { | 676 | for_each_matching_node_and_match(np, omap_scrm_dt_match_table, &match) { |
677 | data = match->data; | 677 | data = match->data; |
678 | 678 | ||
679 | ret = omap2_clk_provider_init(np, data->index, data->mem); | 679 | ret = omap2_clk_provider_init(np, data->index, NULL, data->mem); |
680 | if (ret) | 680 | if (ret) |
681 | return ret; | 681 | return ret; |
682 | } | 682 | } |