MFp4 //depot/projects/usb@160678
Remove unused field. Submitted by: Hans Petter Selasky
This commit is contained in:
parent
9469c92974
commit
39063699e6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191399
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user