Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb Remove definition of unused struct xhci_endpoint.



details:   https://anonhg.NetBSD.org/src/rev/27f7414222e5
branches:  trunk
changeset: 933140:27f7414222e5
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Tue May 19 18:18:33 2020 +0000

description:
Remove definition of unused struct xhci_endpoint.

diffstat:

 sys/dev/usb/xhcivar.h |  6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 25f174accf50 -r 27f7414222e5 sys/dev/usb/xhcivar.h
--- a/sys/dev/usb/xhcivar.h     Tue May 19 11:40:46 2020 +0000
+++ b/sys/dev/usb/xhcivar.h     Tue May 19 18:18:33 2020 +0000
@@ -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 @@
        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 */



Home | Main Index | Thread Index | Old Index