Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 16 Apr 2009 04:48:27 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 160678 for review
Message-ID:  <200904160448.n3G4mRUq019062@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=160678

Change 160678 by hselasky@hselasky_laptop001 on 2009/04/16 04:47:27

	
	USB controller: Remove unused field.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/controller/at91dci.h#3 edit
.. //depot/projects/usb/src/sys/dev/usb/controller/atmegadci.h#5 edit
.. //depot/projects/usb/src/sys/dev/usb/controller/uss820dci.h#3 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/controller/at91dci.h#3 (text+ko) ====

@@ -203,7 +203,6 @@
 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;

==== //depot/projects/usb/src/sys/dev/usb/controller/atmegadci.h#5 (text+ko) ====

@@ -236,7 +236,6 @@
 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;

==== //depot/projects/usb/src/sys/dev/usb/controller/uss820dci.h#3 (text+ko) ====

@@ -344,7 +344,6 @@
 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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904160448.n3G4mRUq019062>