Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 308211
b: refs/heads/master
c: e447c50
h: refs/heads/master
i:
  308209: 4c5fa85
  308207: 66ce265
v: v3
  • Loading branch information
Rajendra Nayak authored and Mike Turquette committed May 2, 2012
1 parent 0a32f04 commit 876caf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 8b7730ddff5affd623bed2affa0d0fa47ebbad3b
refs/heads/master: e447c50e3af5dcad3075c80bd1bdc4e2024b8186
6 changes: 3 additions & 3 deletions trunk/include/linux/clk-private.h
Original file line number Diff line number Diff line change
Expand Up @@ -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, \
Expand All @@ -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[] = { \
Expand All @@ -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[] = { \
Expand Down

0 comments on commit 876caf0

Please sign in to comment.