Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 359843
b: refs/heads/master
c: 601155b
h: refs/heads/master
i:
  359841: c554319
  359839: 74b51ee
v: v3
  • Loading branch information
Afzal Mohammed authored and Paul Walmsley committed Jan 31, 2013
1 parent 458e082 commit 205e9ac
Show file tree
Hide file tree
Showing 2 changed files with 12 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: bb0b7320a72ec899e27b5a852851607ab1305541
refs/heads/master: 601155b04c2e93c00644003811f59444a9e356e2
11 changes: 11 additions & 0 deletions trunk/arch/arm/mach-omap2/clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,17 @@ struct clockdomain;
.ops = &_clkops_name, \
};

#define DEFINE_STRUCT_CLK_FLAGS(_name, _parent_array_name, \
_clkops_name, _flags) \
static struct clk _name = { \
.name = #_name, \
.hw = &_name##_hw.hw, \
.parent_names = _parent_array_name, \
.num_parents = ARRAY_SIZE(_parent_array_name), \
.ops = &_clkops_name, \
.flags = _flags, \
};

#define DEFINE_STRUCT_CLK_HW_OMAP(_name, _clkdm_name) \
static struct clk_hw_omap _name##_hw = { \
.hw = { \
Expand Down

0 comments on commit 205e9ac

Please sign in to comment.