Module Name:    src
Committed By:   jakllsch
Date:           Tue May 19 18:18:33 UTC 2020

Modified Files:
        src/sys/dev/usb: xhcivar.h

Log Message:
Remove definition of unused struct xhci_endpoint.


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 src/sys/dev/usb/xhcivar.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/dev/usb/xhcivar.h
diff -u src/sys/dev/usb/xhcivar.h:1.13 src/sys/dev/usb/xhcivar.h:1.14
--- src/sys/dev/usb/xhcivar.h:1.13	Thu Apr  2 11:52:41 2020
+++ src/sys/dev/usb/xhcivar.h	Tue May 19 18:18:33 2020
@@ -1,4 +1,4 @@
-/*	$NetBSD: xhcivar.h,v 1.13 2020/04/02 11:52:41 skrll Exp $	*/
+/*	$NetBSD: xhcivar.h,v 1.14 2020/05/19 18:18:33 jakllsch Exp $	*/
 
 /*
  * Copyright (c) 2013 Jonathan A. Kollasch
@@ -64,10 +64,6 @@ struct xhci_ring {
 	bool is_halted;
 };
 
-struct xhci_endpoint {
-	struct xhci_ring xe_tr;		/* transfer ring */
-};
-
 struct xhci_slot {
 	usb_dma_t xs_dc_dma;		/* device context page */
 	usb_dma_t xs_ic_dma;		/* input context page */

Reply via email to