summaryrefslogtreecommitdiff
path: root/sys/dev/usb
diff options
context:
space:
mode:
authorOtto Moerbeek <otto@cvs.openbsd.org>2017-09-05 14:01:04 +0000
committerOtto Moerbeek <otto@cvs.openbsd.org>2017-09-05 14:01:04 +0000
commit0e8c818470eb8d373243aec7652af7e91de3d655 (patch)
tree8d04052d7544fa831ed17e13ef674e1d4345c706 /sys/dev/usb
parent9e6cdc2afad789a9cd6eb913d111447802c6b227 (diff)
EPROTO is now in sys/errno.h
Diffstat (limited to 'sys/dev/usb')
-rw-r--r--sys/dev/usb/dwc2/dwc2var.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/dwc2/dwc2var.h b/sys/dev/usb/dwc2/dwc2var.h
index 8d5c6aec44b..c00fe69db9a 100644
--- a/sys/dev/usb/dwc2/dwc2var.h
+++ b/sys/dev/usb/dwc2/dwc2var.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: dwc2var.h,v 1.18 2017/02/12 17:41:17 visa Exp $ */
+/* $OpenBSD: dwc2var.h,v 1.19 2017/09/05 14:01:03 otto Exp $ */
/* $NetBSD: dwc2var.h,v 1.3 2013/10/22 12:57:40 skrll Exp $ */
/*-
@@ -143,7 +143,6 @@ dwc2_root_intr(dwc2_softc_t *sc)
// XXX compat
#define ENOSR 90
-#define EPROTO 96
#ifndef mstohz
#define mstohz(ms) \