Module Name: src
Committed By: jakllsch
Date: Sat Jan 14 21:15:48 UTC 2012
Modified Files:
src/sys/dev/usb: uslsa.c
Log Message:
Remove small vestige of debug code.
To generate a diff of this commit:
cvs rdiff -u -r1.17 -r1.18 src/sys/dev/usb/uslsa.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/usb/uslsa.c
diff -u src/sys/dev/usb/uslsa.c:1.17 src/sys/dev/usb/uslsa.c:1.18
--- src/sys/dev/usb/uslsa.c:1.17 Sat Jan 14 21:06:01 2012
+++ src/sys/dev/usb/uslsa.c Sat Jan 14 21:15:48 2012
@@ -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_usbd_errno(usbd_status)
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,