Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233019
b: refs/heads/master
c: 5080e9c
h: refs/heads/master
i:
  233017: 8d8d3bc
  233015: 1680281
v: v3
  • Loading branch information
Sascha Hauer committed Jan 24, 2011
1 parent 781a767 commit ea0b487
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 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: 34d80730c30fa37740cb43bb0eec62352df3a7c6
refs/heads/master: 5080e9c981473cd3e5d1571ff8d6dc39ba2777b1
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-mxs/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ static void __clk_disable(struct clk *clk)
if (clk->disable)
clk->disable(clk);
__clk_disable(clk->parent);
__clk_disable(clk->secondary);
}
}

Expand All @@ -68,7 +67,6 @@ static int __clk_enable(struct clk *clk)

if (clk->usecount++ == 0) {
__clk_enable(clk->parent);
__clk_enable(clk->secondary);

if (clk->enable)
clk->enable(clk);
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/arm/mach-mxs/include/mach/clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,6 @@ struct clk {
int id;
/* Source clock this clk depends on */
struct clk *parent;
/* Secondary clock to enable/disable with this clock */
struct clk *secondary;
/* Reference count of clock enable/disable */
__s8 usecount;
/* Register bit position for clock's enable/disable control. */
Expand Down

0 comments on commit ea0b487

Please sign in to comment.