svn commit: r191399 - head/sys/dev/usb/controller

Andrew Thompson thompsa at FreeBSD.org
Wed Apr 22 17:08:11 UTC 2009


Author: thompsa
Date: Wed Apr 22 17:08:07 2009
New Revision: 191399
URL: http://svn.freebsd.org/changeset/base/191399

Log:
  MFp4 //depot/projects/usb at 160678
  
  Remove unused field.
  
  Submitted by:	Hans Petter Selasky

Modified:
  head/sys/dev/usb/controller/at91dci.h
  head/sys/dev/usb/controller/atmegadci.h
  head/sys/dev/usb/controller/uss820dci.h

Modified: head/sys/dev/usb/controller/at91dci.h
==============================================================================
--- head/sys/dev/usb/controller/at91dci.h	Wed Apr 22 17:08:04 2009	(r191398)
+++ head/sys/dev/usb/controller/at91dci.h	Wed Apr 22 17:08:07 2009	(r191399)
@@ -203,7 +203,6 @@ struct at91dci_flags {
 struct at91dci_softc {
 	struct usb2_bus sc_bus;
 	union at91dci_hub_temp sc_hub_temp;
-	LIST_HEAD(, usb2_xfer) sc_interrupt_list_head;
 
 	struct usb2_device *sc_devices[AT91_MAX_DEVICES];
 	struct resource *sc_io_res;

Modified: head/sys/dev/usb/controller/atmegadci.h
==============================================================================
--- head/sys/dev/usb/controller/atmegadci.h	Wed Apr 22 17:08:04 2009	(r191398)
+++ head/sys/dev/usb/controller/atmegadci.h	Wed Apr 22 17:08:07 2009	(r191399)
@@ -236,7 +236,6 @@ struct atmegadci_flags {
 struct atmegadci_softc {
 	struct usb2_bus sc_bus;
 	union atmegadci_hub_temp sc_hub_temp;
-	LIST_HEAD(, usb2_xfer) sc_interrupt_list_head;
 
 	/* must be set by by the bus interface layer */
 	atmegadci_clocks_t *sc_clocks_on;

Modified: head/sys/dev/usb/controller/uss820dci.h
==============================================================================
--- head/sys/dev/usb/controller/uss820dci.h	Wed Apr 22 17:08:04 2009	(r191398)
+++ head/sys/dev/usb/controller/uss820dci.h	Wed Apr 22 17:08:07 2009	(r191399)
@@ -344,7 +344,6 @@ struct uss820_flags {
 struct uss820dci_softc {
 	struct usb2_bus sc_bus;
 	union uss820_hub_temp sc_hub_temp;
-	LIST_HEAD(, usb2_xfer) sc_interrupt_list_head;
 
 	struct usb2_device *sc_devices[USS820_MAX_DEVICES];
 	struct resource *sc_io_res;


More information about the svn-src-all mailing list