Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 295782
b: refs/heads/master
c: 84c36ff
h: refs/heads/master
v: v3
  • Loading branch information
Magnus Damm authored and Rafael J. Wysocki committed Mar 12, 2012
1 parent 91251ec commit d6b0cfd
Show file tree
Hide file tree
Showing 2 changed files with 3 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: c953efdbb1b4f6804a476329a2df8bdab3a76019
refs/heads/master: 84c36ffd7c580e1a63d7284e318670b082260118
5 changes: 2 additions & 3 deletions trunk/include/linux/sh_clk.h
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,8 @@ struct clk_mapping {
struct kref ref;
};

#define sh_clk_ops clk_ops

struct clk_ops {
struct sh_clk_ops {
#ifdef CONFIG_SH_CLK_CPG_LEGACY
void (*init)(struct clk *clk);
#endif
Expand All @@ -39,7 +38,7 @@ struct clk {
unsigned short parent_num; /* choose between */
unsigned char src_shift; /* source clock field in the */
unsigned char src_width; /* configuration register */
struct clk_ops *ops;
struct sh_clk_ops *ops;

struct list_head children;
struct list_head sibling; /* node for children */
Expand Down

0 comments on commit d6b0cfd

Please sign in to comment.