Title: [6669] trunk: drop support for port1 disable as upstream has dropped it as well
Revision
6669
Author
vapier
Date
2009-06-11 20:12:35 -0500 (Thu, 11 Jun 2009)

Log Message

drop support for port1 disable as upstream has dropped it as well

Modified Paths


Diff

Modified: trunk/drivers/usb/host/isp1760-if.c (6668 => 6669)


--- trunk/drivers/usb/host/isp1760-if.c	2009-06-11 23:08:45 UTC (rev 6668)
+++ trunk/drivers/usb/host/isp1760-if.c	2009-06-12 01:12:35 UTC (rev 6669)
@@ -337,8 +337,6 @@
 	if (priv) {
 		if (priv->is_isp1761)
 			devflags |= ISP1760_FLAG_ISP1761;
-		if (priv->port1_disable)
-			devflags |= ISP1760_FLAG_PORT1_DIS;
 		if (priv->bus_width_16)
 			devflags |= ISP1760_FLAG_BUS_WIDTH_16;
 		if (priv->port1_otg)

Modified: trunk/include/linux/usb/isp1760.h (6668 => 6669)


--- trunk/include/linux/usb/isp1760.h	2009-06-11 23:08:45 UTC (rev 6668)
+++ trunk/include/linux/usb/isp1760.h	2009-06-12 01:12:35 UTC (rev 6669)
@@ -8,7 +8,6 @@
 
 struct isp1760_platform_data {
 	unsigned is_isp1761:1;			/* Chip is ISP1761 */
-	unsigned port1_disable:1;		/* Port 1 disabled */
 	unsigned bus_width_16:1;		/* 16/32-bit data bus width */
 	unsigned port1_otg:1;			/* Port 1 supports OTG */
 	unsigned analog_oc:1;			/* Analog overcurrent */
_______________________________________________
Linux-kernel-commits mailing list
[email protected]
https://blackfin.uclinux.org/mailman/listinfo/linux-kernel-commits

Reply via email to