Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 303267
b: refs/heads/master
c: c824108
h: refs/heads/master
i:
  303265: 7fd7b5e
  303263: c1d300f
v: v3
  • Loading branch information
Kuninori Morimoto authored and Rafael J. Wysocki committed May 12, 2012
1 parent e9177ed commit 253f2e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 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: f2c2d7e9210c4a82336b208adc88630cd0e77f57
refs/heads/master: c8241085e8606a14ef48e6d99556133c48aaddaf
7 changes: 1 addition & 6 deletions trunk/arch/arm/mach-shmobile/clock-r8a7740.c
Original file line number Diff line number Diff line change
Expand Up @@ -188,11 +188,6 @@ static struct clk *usb24s_parents[] = {
[1] = &extal2_clk
};

static unsigned long usb24s_recalc(struct clk *clk)
{
return clk->parent->rate;
};

static int usb24s_enable(struct clk *clk)
{
__raw_writel(__raw_readl(USBCKCR) & ~(1 << 8), USBCKCR);
Expand Down Expand Up @@ -234,7 +229,7 @@ static int usb24s_set_parent(struct clk *clk, struct clk *parent)
}

static struct sh_clk_ops usb24s_clk_ops = {
.recalc = usb24s_recalc,
.recalc = followparent_recalc,
.enable = usb24s_enable,
.disable = usb24s_disable,
.set_parent = usb24s_set_parent,
Expand Down

0 comments on commit 253f2e4

Please sign in to comment.