summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorjmcneill <jmcneill@NetBSD.org>2013-01-09 01:44:46 +0000
committerjmcneill <jmcneill@NetBSD.org>2013-01-09 01:44:46 +0000
commita7e2a3f5b37067b5966e08eac1f04b408a79bd25 (patch)
tree48fd5723654b3f5c184f1e4227b9ef3917b96d32 /sys/dev
parent2365a2db5b4bd1f242c6be2439b63c3dcb57bc07 (diff)
USTIR_DEBUG_IOCTLS doesnt compile, and depends on a missing member in struct irframe_methods, so remove it
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/usb.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h
index 8d22bd5a7b0..181bf2b2ae6 100644
--- a/sys/dev/usb/usb.h
+++ b/sys/dev/usb/usb.h
@@ -1,4 +1,4 @@
-/* $NetBSD: usb.h,v 1.98 2013/01/07 15:14:17 christos Exp $ */
+/* $NetBSD: usb.h,v 1.99 2013/01/09 01:44:46 jmcneill Exp $ */
/* $FreeBSD: src/sys/dev/usb/usb.h,v 1.14 1999/11/17 22:33:46 n_hibma Exp $ */
/*
@@ -116,7 +116,6 @@ MALLOC_DECLARE(M_USBHC);
#define USLSA_DEBUG 1
#define USSCANNER_DEBUG 1
#define USTIR_DEBUG 1
-#define USTIR_DEBUG_IOCTLS 1
#define UTHUM_DEBUG 1
#define UTOPPY_DEBUG 1
#define UTS_DEBUG 1