Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb sprinkle static.



details:   https://anonhg.NetBSD.org/src/rev/1facf6369965
branches:  trunk
changeset: 758419:1facf6369965
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Nov 04 13:21:08 2010 +0000

description:
sprinkle static.

diffstat:

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

diffs (27 lines):

diff -r 75734ed8ed54 -r 1facf6369965 sys/dev/usb/if_otus.c
--- a/sys/dev/usb/if_otus.c     Thu Nov 04 13:13:43 2010 +0000
+++ b/sys/dev/usb/if_otus.c     Thu Nov 04 13:21:08 2010 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_otus.c,v 1.5 2010/11/03 22:28:31 dyoung Exp $       */
+/*     $NetBSD: if_otus.c,v 1.6 2010/11/04 13:21:08 christos Exp $     */
 /*     $OpenBSD: if_otus.c,v 1.18 2010/08/27 17:08:00 jsg Exp $        */
 
 /*-
@@ -566,7 +566,7 @@
 CFATTACH_DECL_NEW(otus, sizeof(struct otus_softc), otus_match, otus_attach,
     otus_detach, otus_activate);
 
-int
+Static int
 otus_match(device_t parent, cfdata_t match, void *aux)
 {
        struct usb_attach_arg *uaa = aux;
@@ -578,7 +578,7 @@
            UMATCH_VENDOR_PRODUCT : UMATCH_NONE;
 }
 
-void
+Static void
 otus_attach(device_t parent, device_t self, void *aux)
 {
        struct otus_softc *sc = device_private(self);



Home | Main Index | Thread Index | Old Index