summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_uath.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/usb/if_uath.c')
-rw-r--r--sys/dev/usb/if_uath.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/if_uath.c b/sys/dev/usb/if_uath.c
index 3304c5f8e5a..12424fdda0d 100644
--- a/sys/dev/usb/if_uath.c
+++ b/sys/dev/usb/if_uath.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_uath.c,v 1.21 2007/06/09 08:52:10 damien Exp $ */
+/* $OpenBSD: if_uath.c,v 1.22 2007/06/09 12:22:53 mbalmer Exp $ */
/*-
* Copyright (c) 2006
@@ -2122,7 +2122,6 @@ uath_activate(device_ptr_t self, enum devact act)
break;
case DVACT_DEACTIVATE:
- /*if_deactivate(&sc->sc_ic.ic_if);*/
break;
}
return 0;