These functions do nothing and also are both unnecessarily 'extern'; actually, musb_platform_resume() in not even called... 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 | 11 ----------- 1 file changed, 11 deletions(-) Index: linux-2.6/drivers/usb/musb/blackfin.c =================================================================== --- linux-2.6.orig/drivers/usb/musb/blackfin.c +++ linux-2.6/drivers/usb/musb/blackfin.c @@ -336,20 +336,9 @@ int __init musb_platform_init(struct mus return 0; } -int musb_platform_suspend(struct musb *musb) -{ - return 0; -} - -int musb_platform_resume(struct musb *musb) -{ - return 0; -} - int musb_platform_exit(struct musb *musb) { gpio_free(musb->config->gpio_vrsel); - 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