diff options
author | Tero Kristo <t-kristo@ti.com> | 2014-11-18 13:59:36 +0100 |
---|---|---|
committer | Tero Kristo <t-kristo@ti.com> | 2015-03-25 10:03:35 +0100 |
commit | 3a1a388e910950553817b71046b00511d6242b06 (patch) | |
tree | d2ba4efcdf268ffa6e3afcb875b529e883c09f4f /arch/arm/mach-omap2/io.c | |
parent | clk: ti: fix ti_clk_get_reg_addr error handling (diff) | |
download | linux-3a1a388e910950553817b71046b00511d6242b06.tar.xz linux-3a1a388e910950553817b71046b00511d6242b06.zip |
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>
Diffstat (limited to 'arch/arm/mach-omap2/io.c')
-rw-r--r-- | arch/arm/mach-omap2/io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/io.c b/arch/arm/mach-omap2/io.c index c4871c55bd8b..f504f7157cbe 100644 --- a/arch/arm/mach-omap2/io.c +++ b/arch/arm/mach-omap2/io.c @@ -764,7 +764,7 @@ int __init omap_clk_init(void) ti_clk_init_features(); if (of_have_populated_dt()) { - ret = of_prcm_init(); + ret = omap_prcm_init(); if (ret) return ret; |