diff options
author | Felipe Balbi <balbi@ti.com> | 2010-12-02 15:30:06 +0300 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2010-12-10 11:21:33 +0300 |
commit | 92b48df24eec49ed1eb0ec9c5f6165d8282153ea (patch) | |
tree | 951957b0100b9c6dbb51003e9380bda7a2d9bbdc /drivers/usb/musb/da8xx.c | |
parent | 784173723e2fd23332af948a90612950964cd140 (diff) | |
download | linux-92b48df24eec49ed1eb0ec9c5f6165d8282153ea.tar.xz |
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/da8xx.c')
-rw-r--r-- | drivers/usb/musb/da8xx.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/usb/musb/da8xx.c b/drivers/usb/musb/da8xx.c index 387f4a75706f..69a0da3c8f09 100644 --- a/drivers/usb/musb/da8xx.c +++ b/drivers/usb/musb/da8xx.c @@ -437,8 +437,6 @@ static int da8xx_musb_init(struct musb *musb) if (is_host_enabled(musb)) setup_timer(&otg_workaround, otg_timer, (unsigned long)musb); - musb->board_set_vbus = da8xx_musb_set_vbus; - /* Reset the controller */ musb_writel(reg_base, DA8XX_USB_CTRL_REG, DA8XX_SOFT_RESET_MASK); |