From 876caf06e587cbc3738ba570f4fc2133201cb8db Mon Sep 17 00:00:00 2001 From: Rajendra Nayak Date: Fri, 27 Apr 2012 17:58:13 +0530 Subject: [PATCH] --- yaml --- r: 308211 b: refs/heads/master c: e447c50e3af5dcad3075c80bd1bdc4e2024b8186 h: refs/heads/master i: 308209: 4c5fa8559e57604b6c0c114afa7b2a81b27e20ce 308207: 66ce2653f3bcde2a0d67ed9dd64b21f4f9961dcd v: v3 --- [refs] | 2 +- trunk/include/linux/clk-private.h | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 7a59f2e31378..25cd17e3ce2b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 8b7730ddff5affd623bed2affa0d0fa47ebbad3b +refs/heads/master: e447c50e3af5dcad3075c80bd1bdc4e2024b8186 diff --git a/trunk/include/linux/clk-private.h b/trunk/include/linux/clk-private.h index eeae7a3cfc45..6ebec83f1a77 100644 --- a/trunk/include/linux/clk-private.h +++ b/trunk/include/linux/clk-private.h @@ -70,7 +70,7 @@ struct clk { #define DEFINE_CLK_FIXED_RATE(_name, _flags, _rate, \ _fixed_rate_flags) \ static struct clk _name; \ - static char *_name##_parent_names[] = {}; \ + static const char *_name##_parent_names[] = {}; \ static struct clk_fixed_rate _name##_hw = { \ .hw = { \ .clk = &_name, \ @@ -85,7 +85,7 @@ struct clk { _flags, _reg, _bit_idx, \ _gate_flags, _lock) \ static struct clk _name; \ - static char *_name##_parent_names[] = { \ + static const char *_name##_parent_names[] = { \ _parent_name, \ }; \ static struct clk *_name##_parents[] = { \ @@ -107,7 +107,7 @@ struct clk { _flags, _reg, _shift, _width, \ _divider_flags, _lock) \ static struct clk _name; \ - static char *_name##_parent_names[] = { \ + static const char *_name##_parent_names[] = { \ _parent_name, \ }; \ static struct clk *_name##_parents[] = { \