aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/musb/musb_core.h
diff options
context:
space:
mode:
authorFelipe Balbi <balbi@ti.com>2010-12-02 14:30:06 +0200
committerFelipe Balbi <balbi@ti.com>2010-12-10 10:21:33 +0200
commit92b48df24eec49ed1eb0ec9c5f6165d8282153ea (patch)
tree951957b0100b9c6dbb51003e9380bda7a2d9bbdc /drivers/usb/musb/musb_core.h
parentusb: musb: drop musb_platform_suspend/resume (diff)
downloadlinux-dev-92b48df24eec49ed1eb0ec9c5f6165d8282153ea.tar.xz
linux-dev-92b48df24eec49ed1eb0ec9c5f6165d8282153ea.zip
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.h')
-rw-r--r--drivers/usb/musb/musb_core.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/usb/musb/musb_core.h b/drivers/usb/musb/musb_core.h
index 9a3c71fce2b4..b9ea563d1c8e 100644
--- a/drivers/usb/musb/musb_core.h
+++ b/drivers/usb/musb/musb_core.h
@@ -412,11 +412,6 @@ struct musb {
struct timer_list otg_timer;
#endif
- /* called with IRQs blocked; ON/nonzero implies starting a session,
- * and waiting at least a_wait_vrise_tmout.
- */
- void (*board_set_vbus)(struct musb *, int is_on);
-
struct dma_controller *dma_controller;
struct device *controller;