Module Name: src
Committed By: skrll
Date: Tue Oct 22 12:57:40 UTC 2013
Modified Files:
src/sys/external/bsd/dwc2: dwc2var.h
Log Message:
Remove unused usbd_xfer_handle from dwc2_pipe. (missed commit)
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/sys/external/bsd/dwc2/dwc2var.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/external/bsd/dwc2/dwc2var.h
diff -u src/sys/external/bsd/dwc2/dwc2var.h:1.2 src/sys/external/bsd/dwc2/dwc2var.h:1.3
--- src/sys/external/bsd/dwc2/dwc2var.h:1.2 Fri Sep 27 21:39:34 2013
+++ src/sys/external/bsd/dwc2/dwc2var.h Tue Oct 22 12:57:40 2013
@@ -1,4 +1,4 @@
-/* $NetBSD: dwc2var.h,v 1.2 2013/09/27 21:39:34 skrll Exp $ */
+/* $NetBSD: dwc2var.h,v 1.3 2013/10/22 12:57:40 skrll Exp $ */
/*-
* Copyright (c) 2013 The NetBSD Foundation, Inc.
@@ -53,7 +53,6 @@ struct dwc2_pipe {
/* Current transfer */
void *priv; /* QH */
- usbd_xfer_handle xfer;
/* DMA buffer for control endpoint requests */
usb_dma_t req_dma;