Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/usb more static



details:   https://anonhg.NetBSD.org/src/rev/9d1d2b8f1634
branches:  trunk
changeset: 758424:9d1d2b8f1634
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 04 14:08:31 2010 +0000

description:
more static

diffstat:

 sys/dev/usb/if_otus.c |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 0943a520a5cb -r 9d1d2b8f1634 sys/dev/usb/if_otus.c
--- a/sys/dev/usb/if_otus.c     Thu Nov 04 13:53:12 2010 +0000
+++ b/sys/dev/usb/if_otus.c     Thu Nov 04 14:08:31 2010 +0000
@@ -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 @@
        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);



Home | Main Index | Thread Index | Old Index