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/atmegadci.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/atmegadci.h')
-rw-r--r-- | sys/dev/usb/controller/atmegadci.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/usb/controller/atmegadci.h b/sys/dev/usb/controller/atmegadci.h index af61eeb..6993954 100644 --- a/sys/dev/usb/controller/atmegadci.h +++ b/sys/dev/usb/controller/atmegadci.h @@ -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; |