diff options
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 |