Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 146841
b: refs/heads/master
c: 61ce539
h: refs/heads/master
i:
  146839: c0c0a14
v: v3
  • Loading branch information
Magnus Damm authored and Paul Mundt committed May 26, 2009
1 parent c682a1f commit b89860d
Show file tree
Hide file tree
Showing 3 changed files with 1 addition 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: df109e630f82de63ec82eebbfec2a57852517f28
refs/heads/master: 61ce5393e4c8914c46ec99cbda76823515109709
1 change: 0 additions & 1 deletion trunk/arch/sh/include/asm/clock.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ struct clk_ops {
int (*set_rate)(struct clk *clk, unsigned long rate, int algo_id);
int (*set_parent)(struct clk *clk, struct clk *parent);
long (*round_rate)(struct clk *clk, unsigned long rate);
void (*build_rate_table)(struct clk *clk);
};

struct clk {
Expand Down
2 changes: 0 additions & 2 deletions trunk/arch/sh/kernel/cpu/clock.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,8 +138,6 @@ void propagate_rate(struct clk *tclk)
list_for_each_entry(clkp, &tclk->children, sibling) {
if (clkp->ops && clkp->ops->recalc)
clkp->rate = clkp->ops->recalc(clkp);
if (clkp->ops && clkp->ops->build_rate_table)
clkp->ops->build_rate_table(clkp);

propagate_rate(clkp);
}
Expand Down

0 comments on commit b89860d

Please sign in to comment.