clk: Constify parent name arrays
authorMark Brown <broonie@opensource.wolfsonmicro.com>
Wed, 21 Mar 2012 20:01:20 +0000 (20:01 +0000)
committerMike Turquette <mturquette@linaro.org>
Tue, 24 Apr 2012 23:37:39 +0000 (16:37 -0700)
Drivers should be able to declare their arrays of parent names as const
so the APIs need to accept const arguments.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
[mturquette@linaro.org: constified gate]
Signed-off-by: Mike Turquette <mturquette@linaro.org>

No differences found