ARM: keystone: rename clk_get_rate() to ks_clk_get_rate()
The KeyStone platform has its own clk_get_rate() but its prototype is different from that of the common-clk (clk-uclass) framework. Prefix the KeyStone specific implementation with ks_ in order to avoid name-space conflict. Signed-off-by:Masahiro Yamada <yamada.masahiro@socionext.com> Reviewed-by:
Simon Glass <sjg@chromium.org> Acked-by:
Lokesh Vutla <lokeshvutla@ti.com> Reviewed-by:
Tom Rini <trini@konsulko.com>
Showing
- arch/arm/include/asm/ti-common/keystone_net.h 2 additions, 2 deletionsarch/arm/include/asm/ti-common/keystone_net.h
- arch/arm/mach-keystone/clock.c 12 additions, 12 deletionsarch/arm/mach-keystone/clock.c
- arch/arm/mach-keystone/cmd_clock.c 1 addition, 1 deletionarch/arm/mach-keystone/cmd_clock.c
- arch/arm/mach-keystone/include/mach/clock.h 1 addition, 1 deletionarch/arm/mach-keystone/include/mach/clock.h
- include/configs/ti_armv7_keystone2.h 4 additions, 4 deletionsinclude/configs/ti_armv7_keystone2.h
Loading
Please register or sign in to comment