MFp4 //depot/projects/usb@160678

Remove unused field.

Submitted by:	Hans Petter Selasky
This commit is contained in:
Andrew Thompson 2009-04-22 17:08:07 +00:00
parent 9469c92974
commit 39063699e6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191399
3 changed files with 0 additions and 3 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;