usb: musb: drop board_set_vbus
that's not used anymore. So let's drop it. Signed-off-by: Felipe Balbi <balbi@ti.com>
This commit is contained in:
@@ -268,9 +268,6 @@ static int omap2430_musb_init(struct musb *musb)
|
||||
musb_readl(musb->mregs, OTG_INTERFSEL),
|
||||
musb_readl(musb->mregs, OTG_SIMENABLE));
|
||||
|
||||
if (is_host_enabled(musb))
|
||||
musb->board_set_vbus = omap2430_musb_set_vbus;
|
||||
|
||||
setup_timer(&musb_idle_timer, musb_do_idle, (unsigned long) musb);
|
||||
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user