From: Sergei Shtylyov <sshtylyov@xxxxxxxxxxxxx> 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/blackfin.c | 7 ------- 1 file changed, 7 deletions(-) Signed-off-by: Felipe Balbi <felipe.balbi@xxxxxxxxx> --- drivers/usb/musb/blackfin.c | 5 ----- 1 files changed, 0 insertions(+), 5 deletions(-) diff --git a/drivers/usb/musb/blackfin.c b/drivers/usb/musb/blackfin.c index 78f33b9..7372ef9 100644 --- a/drivers/usb/musb/blackfin.c +++ b/drivers/usb/musb/blackfin.c @@ -290,10 +290,6 @@ void musb_platform_disable(struct musb *musb) { } -static void bfin_vbus_power(struct musb *musb, int is_on, int sleeping) -{ -} - static void bfin_set_vbus(struct musb *musb, int is_on) { int value = musb->config->gpio_vrsel_active; @@ -411,7 +407,6 @@ int musb_platform_resume(struct musb *musb) int musb_platform_exit(struct musb *musb) { - bfin_vbus_power(musb, 0 /*off*/, 1); gpio_free(musb->config->gpio_vrsel); musb_platform_suspend(musb); -- 1.7.0.rc0.33.g7c3932 -- To unsubscribe from this list: send the line "unsubscribe linux-omap" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html