Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/usb Remove small vestige of debug code.



details:   https://anonhg.NetBSD.org/src/rev/d5fd4a31968d
branches:  trunk
changeset: 772738:d5fd4a31968d
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sat Jan 14 21:15:48 2012 +0000

description:
Remove small vestige of debug code.

diffstat:

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

diffs (27 lines):

diff -r 9ced9b5c2dd4 -r d5fd4a31968d sys/dev/usb/uslsa.c
--- a/sys/dev/usb/uslsa.c       Sat Jan 14 21:06:01 2012 +0000
+++ b/sys/dev/usb/uslsa.c       Sat Jan 14 21:15:48 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: uslsa.c,v 1.17 2012/01/14 21:06:01 jakllsch Exp $ */
+/* $NetBSD: uslsa.c,v 1.18 2012/01/14 21:15:48 jakllsch Exp $ */
 
 /* from ugensa.c */
 
@@ -58,7 +58,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: uslsa.c,v 1.17 2012/01/14 21:06:01 jakllsch Exp $");
+__KERNEL_RCSID(0, "$NetBSD: uslsa.c,v 1.18 2012/01/14 21:15:48 jakllsch Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -107,8 +107,6 @@
 static int uslsa_request_set(struct uslsa_softc *, uint8_t, uint16_t);
 static int uslsa_set_flow(struct uslsa_softc *, tcflag_t, tcflag_t);
 
-static void uslsa_props(struct uslsa_softc *);
-
 static const struct ucom_methods uslsa_methods = {
        uslsa_get_status,
        uslsa_set,



Home | Main Index | Thread Index | Old Index