Title: [8819] trunk/drivers/usb/musb/blackfin.c: MUSB: Blackfin: remove bfin_vbus_power()
Revision
8819
Author
vapier
Date
2010-05-23 00:38:23 -0400 (Sun, 23 May 2010)

Log Message

MUSB: Blackfin: remove bfin_vbus_power()

From: Sergei Shtylyov <[email protected]>

This function does nothing...

Modified Paths

Diff

Modified: trunk/drivers/usb/musb/blackfin.c (8818 => 8819)


--- trunk/drivers/usb/musb/blackfin.c	2010-05-23 04:35:04 UTC (rev 8818)
+++ trunk/drivers/usb/musb/blackfin.c	2010-05-23 04:38:23 UTC (rev 8819)
@@ -289,10 +289,6 @@
 {
 }
 
-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_exit(struct musb *musb)
 {
 
-	bfin_vbus_power(musb, 0 /*off*/, 1);
 	gpio_free(musb->config->gpio_vrsel);
 
 	return 0;
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to