Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 208717
b: refs/heads/master
c: b5272b5
h: refs/heads/master
i:
  208715: 7f2e158
v: v3
  • Loading branch information
Guennadi Liakhovetski authored and Paul Mundt committed Aug 4, 2010
1 parent eb57179 commit 4cd45db
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 71c3ba9a94c88c43e7216869531c8fbbacd15d9b
refs/heads/master: b5272b509a8570bb559156001e74ee162c5cb96a
4 changes: 4 additions & 0 deletions trunk/include/linux/sh_clk.h
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ struct clk {
int id;

struct clk *parent;
struct clk **parent_table; /* list of parents to */
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 list_head children;
Expand Down

0 comments on commit 4cd45db

Please sign in to comment.