]> git.karo-electronics.de Git - karo-tx-linux.git/commit
clk: constify parent name arrays in macros
authorRajendra Nayak <rnayak@ti.com>
Fri, 27 Apr 2012 12:28:13 +0000 (17:58 +0530)
committerMike Turquette <mturquette@linaro.org>
Wed, 2 May 2012 01:13:20 +0000 (18:13 -0700)
commite447c50e3af5dcad3075c80bd1bdc4e2024b8186
treee07c88f04b42a5b82b653f32d6ca4679610521cd
parent8b7730ddff5affd623bed2affa0d0fa47ebbad3b
clk: constify parent name arrays in macros

parent name array is now expected to be const char *, make
the relevent changes in the clk macros which define
default clock types.

Signed-off-by: Rajendra Nayak <rnayak@ti.com>
Signed-off-by: Mike Turquette <mturquette@linaro.org>
include/linux/clk-private.h