OSDN Git Service

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)
commitd305fb78f31209596c9135d396a0d3af7ac86947
tree456b810cdd4c3081b465a387fb04a31fb9fce399
parent7e87aed965fa7a642fc299af96d370dad7b5b814
clk: Constify parent name arrays

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>
drivers/clk/clk-mux.c
drivers/clk/clk.c
include/linux/clk-private.h
include/linux/clk-provider.h