diff options
author | Felipe Balbi <balbi@ti.com> | 2010-12-02 13:30:06 +0100 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2010-12-10 09:21:33 +0100 |
commit | 92b48df24eec49ed1eb0ec9c5f6165d8282153ea (patch) | |
tree | 951957b0100b9c6dbb51003e9380bda7a2d9bbdc /drivers/usb/musb/musb_core.h | |
parent | usb: musb: drop musb_platform_suspend/resume (diff) | |
download | linux-92b48df24eec49ed1eb0ec9c5f6165d8282153ea.tar.xz linux-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.h | 5 |
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; |