Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 227007
b: refs/heads/master
c: e632635
h: refs/heads/master
i:
  227005: 8c2cf64
  227003: b2b18de
  226999: 3cb24a8
  226991: 886053a
  226975: df174c9
  226943: 1485e35
v: v3
  • Loading branch information
Felipe Balbi committed Dec 10, 2010
1 parent 60dab94 commit 45198f3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 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: 3c8a5fcc051c05cfdd8e3f0d37ba3c183d509cb9
refs/heads/master: e6326358a43a9ac23f6df69ed1f4707c0d1ac473
11 changes: 0 additions & 11 deletions trunk/drivers/usb/musb/omap2430.c
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,6 @@ static void omap2430_musb_try_idle(struct musb *musb, unsigned long timeout)
mod_timer(&musb_idle_timer, timeout);
}

static void omap2430_musb_enable(struct musb *musb)
{
}

static void omap2430_musb_disable(struct musb *musb)
{
}

static void omap2430_musb_set_vbus(struct musb *musb, int is_on)
{
u8 devctl;
Expand Down Expand Up @@ -325,9 +317,6 @@ static const struct musb_platform_ops omap2430_ops = {
.suspend = omap2430_musb_suspend,
.resume = omap2430_musb_resume,

.enable = omap2430_musb_enable,
.disable = omap2430_musb_disable,

.set_mode = omap2430_musb_set_mode,
.try_idle = omap2430_musb_try_idle,

Expand Down

0 comments on commit 45198f3

Please sign in to comment.