summaryrefslogtreecommitdiff
path: root/sys/dev/usb/urio.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/urio.c')
-rw-r--r--sys/dev/usb/urio.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/dev/usb/urio.c b/sys/dev/usb/urio.c
index 76442fefe5d..ce155984ce9 100644
--- a/sys/dev/usb/urio.c
+++ b/sys/dev/usb/urio.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: urio.c,v 1.38 2011/01/25 20:03:36 jakemsr Exp $ */
+/* $OpenBSD: urio.c,v 1.39 2011/07/03 15:47:17 matthew Exp $ */
/* $NetBSD: urio.c,v 1.15 2002/10/23 09:14:02 jdolecek Exp $ */
/*
@@ -231,9 +231,6 @@ urio_activate(struct device *self, int act)
struct urio_softc *sc = (struct urio_softc *)self;
switch (act) {
- case DVACT_ACTIVATE:
- break;
-
case DVACT_DEACTIVATE:
sc->sc_dying = 1;
break;