summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/if_ral.c
diff options
context:
space:
mode:
authormbalmer <mbalmer@openbsd.org>2007-06-09 12:22:53 +0000
committermbalmer <mbalmer@openbsd.org>2007-06-09 12:22:53 +0000
commit69d06a35ec4c02606924eba1598bfbc32997e4d8 (patch)
tree05ce7262debbb32e66d0bd83f1ec8f435983da31 /sys/dev/usb/if_ral.c
parentAdd a CVS marker. (diff)
downloadwireguard-openbsd-69d06a35ec4c02606924eba1598bfbc32997e4d8.tar.xz
wireguard-openbsd-69d06a35ec4c02606924eba1598bfbc32997e4d8.zip
Remove the definition and use of if_deactivate(). It was defined empty and
thus produced no code at all. No binary change. ok jsg.
Diffstat (limited to 'sys/dev/usb/if_ral.c')
-rw-r--r--sys/dev/usb/if_ral.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/dev/usb/if_ral.c b/sys/dev/usb/if_ral.c
index c47d2b81bf2..83965781340 100644
--- a/sys/dev/usb/if_ral.c
+++ b/sys/dev/usb/if_ral.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_ral.c,v 1.94 2007/06/09 08:52:10 damien Exp $ */
+/* $OpenBSD: if_ral.c,v 1.95 2007/06/09 12:22:53 mbalmer Exp $ */
/*-
* Copyright (c) 2005, 2006
@@ -2183,7 +2183,6 @@ ural_activate(device_ptr_t self, enum devact act)
break;
case DVACT_DEACTIVATE:
- /*if_deactivate(&sc->sc_ic.ic_if);*/
break;
}