commit | 3a1a388e910950553817b71046b00511d6242b06 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Tue Nov 18 14:59:36 2014 +0200 |
committer | Tero Kristo <t-kristo@ti.com> | Wed Mar 25 11:03:35 2015 +0200 |
tree | d2ba4efcdf268ffa6e3afcb875b529e883c09f4f | |
parent | c807dbedb5e5adbd4e1e2d07574d230df924a5a7 [diff] [blame] |
ARM: OMAP2+: PRCM: rename of_prcm_init to omap_prcm_init This avoids conflicts in the global namespace, and is more descriptive of the purpose anyway. Signed-off-by: Tero Kristo <t-kristo@ti.com>
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index c4871c5..f504f71 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c
@@ -764,7 +764,7 @@ ti_clk_init_features(); if (of_have_populated_dt()) { - ret = of_prcm_init(); + ret = omap_prcm_init(); if (ret) return ret;