From 0ae434d4daae235c7b2f8de6befb732ffab4366f Mon Sep 17 00:00:00 2001 From: christos Date: Thu, 4 Nov 2010 14:08:31 +0000 Subject: more static --- sys/dev/usb/if_otus.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/dev') 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); -- cgit