]> git.baikalelectronics.ru Git - kernel.git/commit
clk: ls1x: Fix duplicate const for parent names
authorKrzysztof Kozlowski <k.kozlowski@samsung.com>
Tue, 28 Apr 2015 04:46:22 +0000 (13:46 +0900)
committerStephen Boyd <sboyd@codeaurora.org>
Wed, 6 May 2015 05:50:50 +0000 (22:50 -0700)
commit9aebb2a00158d3ce8b6242e4beb4144caac7792f
tree130f07a6d07c838d57dec82922698345b3260c7c
parentf9614dda832c1641fd84571ab5210f64d8a535ce
clk: ls1x: Fix duplicate const for parent names

Replace duplicated const keyword with proper array of const pointers to
const strings.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Signed-off-by: Stephen Boyd <sboyd@codeaurora.org>
drivers/clk/clk-ls1x.c