diff options
author | Felipe Balbi <balbi@ti.com> | 2010-12-02 07:30:06 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2010-12-10 03:21:33 -0500 |
commit | 92b48df24eec49ed1eb0ec9c5f6165d8282153ea (patch) | |
tree | 951957b0100b9c6dbb51003e9380bda7a2d9bbdc /drivers/usb/musb/davinci.c | |
parent | 784173723e2fd23332af948a90612950964cd140 (diff) |
usb: musb: drop board_set_vbus
that's not used anymore. So let's drop it.
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/musb/davinci.c')
-rw-r--r-- | drivers/usb/musb/davinci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/musb/davinci.c b/drivers/usb/musb/davinci.c index de67480d4f19..e6de097fb7e8 100644 --- a/drivers/usb/musb/davinci.c +++ b/drivers/usb/musb/davinci.c | |||
@@ -404,7 +404,6 @@ static int davinci_musb_init(struct musb *musb) | |||
404 | if (is_host_enabled(musb)) | 404 | if (is_host_enabled(musb)) |
405 | setup_timer(&otg_workaround, otg_timer, (unsigned long) musb); | 405 | setup_timer(&otg_workaround, otg_timer, (unsigned long) musb); |
406 | 406 | ||
407 | musb->board_set_vbus = davinci_musb_set_vbus; | ||
408 | davinci_musb_source_power(musb, 0, 1); | 407 | davinci_musb_source_power(musb, 0, 1); |
409 | 408 | ||
410 | /* dm355 EVM swaps D+/D- for signal integrity, and | 409 | /* dm355 EVM swaps D+/D- for signal integrity, and |