diff options
author | thompsa <thompsa@FreeBSD.org> | 2009-04-22 17:08:07 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2009-04-22 17:08:07 +0000 |
commit | c2a5eaf2ddb3fb9f79b11ad4d29a69313faff288 (patch) | |
tree | b3a3f7fe5a95e9072fc0c26b54c7c4ac2dbadfed /sys/dev/usb/controller/at91dci.h | |
parent | 523a730cf62aaf88de30036f4d177b176f5a28d5 (diff) | |
download | FreeBSD-src-c2a5eaf2ddb3fb9f79b11ad4d29a69313faff288.zip FreeBSD-src-c2a5eaf2ddb3fb9f79b11ad4d29a69313faff288.tar.gz |
MFp4 //depot/projects/usb@160678
Remove unused field.
Submitted by: Hans Petter Selasky
Diffstat (limited to 'sys/dev/usb/controller/at91dci.h')
-rw-r--r-- | sys/dev/usb/controller/at91dci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/at91dci.h b/sys/dev/usb/controller/at91dci.h index 8a745c8..0271fb9 100644 --- a/sys/dev/usb/controller/at91dci.h +++ b/sys/dev/usb/controller/at91dci.h @@ -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; |