Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 269442
b: refs/heads/master
c: 196a57c
h: refs/heads/master
v: v3
  • Loading branch information
Padmavathi Venna authored and Russell King committed Oct 13, 2011
1 parent 62de2f2 commit cca19c4
Show file tree
Hide file tree
Showing 2 changed files with 8 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: 7ff6bcf048e6a9849ea0b44269fa4c1c72869db2
refs/heads/master: 196a57c2749119be4732cc2b2adb8aafcb4fcb14
7 changes: 7 additions & 0 deletions trunk/include/linux/clkdev.h
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,13 @@ struct clk_lookup {
struct clk *clk;
};

#define CLKDEV_INIT(d, n, c) \
{ \
.dev_id = d, \
.con_id = n, \
.clk = c, \
}

struct clk_lookup *clkdev_alloc(struct clk *clk, const char *con_id,
const char *dev_fmt, ...);

Expand Down

0 comments on commit cca19c4

Please sign in to comment.