Skip to content

Commit

Permalink
usb: musb: omap2430: drop the nops
Browse files Browse the repository at this point in the history
we don't need those nops, so drop them.

Signed-off-by: Felipe Balbi <balbi@ti.com>
  • Loading branch information
Felipe Balbi committed Dec 10, 2010
1 parent 3c8a5fc commit e632635
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions 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 e632635

Please sign in to comment.