]> git.baikalelectronics.ru Git - kernel.git/commit
clk: samsung: Fully constify mux parent names
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Wed, 11 May 2016 12:02:14 +0000 (14:02 +0200)
committerSylwester Nawrocki <s.nawrocki@samsung.com>
Thu, 2 Jun 2016 09:18:13 +0000 (11:18 +0200)
commit4cdab1631b1d9f3da155e7579eedb1ababa70dea
tree2ff46c3615b70891762eb1c012a74e13afc00094
parent608191a71727bbd104a2689314c4e5ed090d2148
clk: samsung: Fully constify mux parent names

The PNAME macro defines array of strings for names of mux parents.
Although the strings itself were const but pointers to them were not thus
this data resided in initdata. Make this an array of const pointers to
const strings and move to initconst section.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Sylwester Nawrocki <s.nawrocki@samsung.com>
drivers/clk/samsung/clk.h