From: Sergei Shtylyov <[email protected]>

These functions do nothing and also are both unnecessarily 'extern'; actually,
musb_platform_resume() in not even called...

Signed-off-by: Sergei Shtylyov <[email protected]>
Signed-off-by: Felipe Balbi <[email protected]>
---
 drivers/usb/musb/blackfin.c |   12 ------------
 1 files changed, 0 insertions(+), 12 deletions(-)

diff --git a/drivers/usb/musb/blackfin.c b/drivers/usb/musb/blackfin.c
index 7372ef9..95db366 100644
--- a/drivers/usb/musb/blackfin.c
+++ b/drivers/usb/musb/blackfin.c
@@ -393,22 +393,10 @@ int __init musb_platform_init(struct musb *musb, void 
*board_data)
        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;
 }
-- 
1.7.0.rc0.33.g7c3932

--
To unsubscribe from this list: send the line "unsubscribe linux-omap" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to