usb: musb: drop board_set_vbus

that's not used anymore. So let's drop it.

Signed-off-by: Felipe Balbi <balbi@ti.com>
此提交包含在:
Felipe Balbi
2010-12-02 14:30:06 +02:00
父節點 784173723e
當前提交 92b48df24e
共有 7 個檔案被更改,包括 0 行新增15 行删除

查看文件

@@ -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);