clk: ti: enforce const types on string arrays
authorTero Kristo <t-kristo@ti.com>
Wed, 5 Oct 2016 12:37:02 +0000 (15:37 +0300)
committerTero Kristo <t-kristo@ti.com>
Wed, 8 Mar 2017 11:00:25 +0000 (13:00 +0200)
commitce382d4766bd82b8fdd487bb57afb1c4f9546de2
tree39f7c81f929e7ec3923c466f67a0f702ed7ac9c3
parent2e1a294c0f2273a6d3537c91965ca46a6483bd8c
clk: ti: enforce const types on string arrays

Constant string arrays should use const char * const instead of just
const char *. Change the implementations using these to proper type.

Signed-off-by: Tero Kristo <t-kristo@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
drivers/clk/ti/clock.h
drivers/clk/ti/composite.c
drivers/clk/ti/mux.c