summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2010-11-04 14:08:31 +0000
committerchristos <christos@NetBSD.org>2010-11-04 14:08:31 +0000
commit0ae434d4daae235c7b2f8de6befb732ffab4366f (patch)
treec58fd9a4698ccd5c27ff998989ffb5f82790a2ce /sys/dev
parent9bc86f7706a95cd33efb711b6148b8d905225d8d (diff)
more static
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/usb/if_otus.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/usb/if_otus.c b/sys/dev/usb/if_otus.c
index b20f7650acc..266893b3d8b 100644
--- a/sys/dev/usb/if_otus.c
+++ b/sys/dev/usb/if_otus.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_otus.c,v 1.6 2010/11/04 13:21:08 christos Exp $ */
+/* $NetBSD: if_otus.c,v 1.7 2010/11/04 14:08:31 christos Exp $ */
/* $OpenBSD: if_otus.c,v 1.18 2010/08/27 17:08:00 jsg Exp $ */
/*-
@@ -636,7 +636,7 @@ otus_attach(device_t parent, device_t self, void *aux)
usbd_add_drv_event(USB_EVENT_DRIVER_ATTACH, sc->sc_udev, sc->sc_dev);
}
-int
+Static int
otus_detach(device_t self, int flags)
{
struct otus_softc *sc = device_private(self);