This function does nothing... Signed-off-by: Sergei Shtylyov <sshtylyov@xxxxxxxxxxxxx> --- The patch is against the recent Linus' tree plus the series of 6 fixes posted yesterday... drivers/usb/musb/omap2430.c | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) Index: linux-2.6/drivers/usb/musb/omap2430.c =================================================================== --- linux-2.6.orig/drivers/usb/musb/omap2430.c +++ linux-2.6/drivers/usb/musb/omap2430.c @@ -143,12 +143,10 @@ void musb_platform_try_idle(struct musb void musb_platform_enable(struct musb *musb) { } + void musb_platform_disable(struct musb *musb) { } -static void omap_vbus_power(struct musb *musb, int is_on, int sleeping) -{ -} static void omap_set_vbus(struct musb *musb, int is_on) { @@ -247,8 +245,6 @@ int __init musb_platform_init(struct mus musb_readl(musb->mregs, OTG_INTERFSEL), musb_readl(musb->mregs, OTG_SIMENABLE)); - omap_vbus_power(musb, musb->board_mode == MUSB_HOST, 1); - if (is_host_enabled(musb)) musb->board_set_vbus = omap_set_vbus; @@ -324,12 +320,8 @@ static int musb_platform_resume(struct m return 0; } - int musb_platform_exit(struct musb *musb) { - - omap_vbus_power(musb, 0 /*off*/, 1); - musb_platform_suspend(musb); return 0; -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html