svn commit: r190725 - head/sys/dev/usb

Andrew Thompson thompsa at FreeBSD.org
Sun Apr 5 11:19:05 PDT 2009


Author: thompsa
Date: Sun Apr  5 18:19:00 2009
New Revision: 190725
URL: http://svn.freebsd.org/changeset/base/190725

Log:
  MFp4 //depot/projects/usb at 159797
  
  Remove unused field in "struct usb2_pipe".
  
  Submitted by:	Hans Petter Selasky

Modified:
  head/sys/dev/usb/usb_device.h

Modified: head/sys/dev/usb/usb_device.h
==============================================================================
--- head/sys/dev/usb/usb_device.h	Sun Apr  5 18:18:47 2009	(r190724)
+++ head/sys/dev/usb/usb_device.h	Sun Apr  5 18:19:00 2009	(r190725)
@@ -44,7 +44,6 @@ struct usb2_clear_stall_msg {
 struct usb2_pipe {
 	struct usb2_xfer_queue pipe_q;	/* queue of USB transfers */
 
-	struct usb2_xfer *xfer_block;	/* blocking USB transfer */
 	struct usb2_endpoint_descriptor *edesc;
 	struct usb2_pipe_methods *methods;	/* set by HC driver */
 


More information about the svn-src-all mailing list