Module Name: src
Committed By: skrll
Date: Sun Oct 11 08:13:11 UTC 2015
Modified Files:
src/sys/dev/usb [nick-nhusb]: ehci.c
Log Message:
Remove unused struct entry
To generate a diff of this commit:
cvs rdiff -u -r1.234.2.52 -r1.234.2.53 src/sys/dev/usb/ehci.c
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/ehci.c
diff -u src/sys/dev/usb/ehci.c:1.234.2.52 src/sys/dev/usb/ehci.c:1.234.2.53
--- src/sys/dev/usb/ehci.c:1.234.2.52 Sat Oct 10 17:18:05 2015
+++ src/sys/dev/usb/ehci.c Sun Oct 11 08:13:11 2015
@@ -1,4 +1,4 @@
-/* $NetBSD: ehci.c,v 1.234.2.52 2015/10/10 17:18:05 skrll Exp $ */
+/* $NetBSD: ehci.c,v 1.234.2.53 2015/10/11 08:13:11 skrll Exp $ */
/*
* Copyright (c) 2004-2012 The NetBSD Foundation, Inc.
@@ -53,7 +53,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.52 2015/10/10 17:18:05 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ehci.c,v 1.234.2.53 2015/10/11 08:13:11 skrll Exp $");
#include "ohci.h"
#include "uhci.h"
@@ -132,11 +132,6 @@ struct ehci_pipe {
ehci_soft_qh_t *sqh;
union {
- ehci_soft_qtd_t *qtd;
- /* ehci_soft_itd_t *itd; */
- /* ehci_soft_sitd_t *sitd; */
- } tail;
- union {
/* Control pipe */
struct {
usb_dma_t reqdma;