commit | ce382d4766bd82b8fdd487bb57afb1c4f9546de2 | [log] [tgz] |
---|---|---|
author | Tero Kristo <t-kristo@ti.com> | Wed Oct 05 15:37:02 2016 +0300 |
committer | Tero Kristo <t-kristo@ti.com> | Wed Mar 08 13:00:25 2017 +0200 |
tree | 39f7c81f929e7ec3923c466f67a0f702ed7ac9c3 | |
parent | 2e1a294c0f2273a6d3537c91965ca46a6483bd8c [diff] |
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>