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/musb_core.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/musb_core.c')
-rw-r--r-- | drivers/usb/musb/musb_core.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/musb/musb_core.c b/drivers/usb/musb/musb_core.c index e24bb41df1dc..325d7acafdf9 100644 --- a/drivers/usb/musb/musb_core.c +++ b/drivers/usb/musb/musb_core.c | |||
@@ -2000,7 +2000,6 @@ bad_config: | |||
2000 | * - may initialize an integrated tranceiver | 2000 | * - may initialize an integrated tranceiver |
2001 | * - initializes musb->xceiv, usually by otg_get_transceiver() | 2001 | * - initializes musb->xceiv, usually by otg_get_transceiver() |
2002 | * - stops powering VBUS | 2002 | * - stops powering VBUS |
2003 | * - assigns musb->board_set_vbus if host mode is enabled | ||
2004 | * | 2003 | * |
2005 | * There are various transciever configurations. Blackfin, | 2004 | * There are various transciever configurations. Blackfin, |
2006 | * DaVinci, TUSB60x0, and others integrate them. OMAP3 uses | 2005 | * DaVinci, TUSB60x0, and others integrate them. OMAP3 uses |