ARM: keystone: rename clk_get_rate() to ks_clk_get_rate()
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 26 Sep 2016 11:45:26 +0000 (20:45 +0900)
committerTom Rini <trini@konsulko.com>
Sat, 8 Oct 2016 13:33:13 +0000 (09:33 -0400)
commit43ebbfc39ff0b59047b84827a9f92f4a8ff9bb9b
tree090d077042e989089b19d0f086f46e30ef772d52
parent2846bd03eabbb0e4e4c5467519e877ee39d840a2
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>
arch/arm/include/asm/ti-common/keystone_net.h
arch/arm/mach-keystone/clock.c
arch/arm/mach-keystone/cmd_clock.c
arch/arm/mach-keystone/include/mach/clock.h
include/configs/ti_armv7_keystone2.h