Date: Wed, 22 Apr 2009 17:08:07 +0000 (UTC) From: Andrew Thompson <thompsa@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r191399 - head/sys/dev/usb/controller Message-ID: <200904221708.n3MH87Ua062721@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: thompsa Date: Wed Apr 22 17:08:07 2009 New Revision: 191399 URL: http://svn.freebsd.org/changeset/base/191399 Log: MFp4 //depot/projects/usb@160678 Remove unused field. Submitted by: Hans Petter Selasky Modified: head/sys/dev/usb/controller/at91dci.h head/sys/dev/usb/controller/atmegadci.h head/sys/dev/usb/controller/uss820dci.h Modified: head/sys/dev/usb/controller/at91dci.h ============================================================================== --- head/sys/dev/usb/controller/at91dci.h Wed Apr 22 17:08:04 2009 (r191398) +++ head/sys/dev/usb/controller/at91dci.h Wed Apr 22 17:08:07 2009 (r191399) @@ -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; Modified: head/sys/dev/usb/controller/atmegadci.h ============================================================================== --- head/sys/dev/usb/controller/atmegadci.h Wed Apr 22 17:08:04 2009 (r191398) +++ head/sys/dev/usb/controller/atmegadci.h Wed Apr 22 17:08:07 2009 (r191399) @@ -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; Modified: head/sys/dev/usb/controller/uss820dci.h ============================================================================== --- head/sys/dev/usb/controller/uss820dci.h Wed Apr 22 17:08:04 2009 (r191398) +++ head/sys/dev/usb/controller/uss820dci.h Wed Apr 22 17:08:07 2009 (r191399) @@ -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;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904221708.n3MH87Ua062721>