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)
 {
        u8              devctl;
                        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;
 
 int musb_platform_exit(struct musb *musb)
 {
 
-       omap_vbus_power(musb, 0 /*off*/, 1);
-
        musb_platform_suspend(musb);
 
        return 0;