Sascha Hauer 2893c37946 clk: make strings in parent name arrays const
The clk functions and structs declare the parent_name arrays as
'const char **parent_names' which means the parent name strings
are const, but the array itself is not. Use
'const char * const * parent_names' instead which also makes
the array const. This allows us to put the parent_name arrays into
the __initconst section.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Reviewed-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Tested-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
[sboyd@codeaurora.org: Squelch 80-character checkpatch warnings]
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
2015-05-05 22:50:03 -07:00
..
2015-05-01 18:25:09 -07:00
2015-02-02 14:23:42 -08:00
2015-04-01 10:59:27 -07:00
2015-01-20 10:10:51 -08:00
2014-07-28 23:30:46 -07:00
2013-05-31 12:07:45 -07:00
2015-04-01 10:59:27 -07:00
2015-04-10 14:44:43 -07:00
2014-05-27 18:29:04 -07:00
2015-05-01 18:25:08 -07:00
2015-04-10 14:44:43 -07:00