diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2010-04-22 21:31:34 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2010-04-22 21:31:34 +0000 |
| commit | b850ecc180aa37c044f17d6e3c964691cfc30514 (patch) | |
| tree | 9000e5bc0e27a7baa3f0c95de314e4c394588cf1 /sys/dev/usb/serial/uslcom.c | |
| parent | 139e9ad4d642e178015ae0af21af73edb32fc009 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/serial/uslcom.c')
| -rw-r--r-- | sys/dev/usb/serial/uslcom.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/serial/uslcom.c b/sys/dev/usb/serial/uslcom.c index d97cc2c542cd3..f20c12ac14727 100644 --- a/sys/dev/usb/serial/uslcom.c +++ b/sys/dev/usb/serial/uslcom.c @@ -50,7 +50,7 @@ __FBSDID("$FreeBSD$"); #include <dev/usb/serial/usb_serial.h> -#if USB_DEBUG +#ifdef USB_DEBUG static int uslcom_debug = 0; SYSCTL_NODE(_hw_usb, OID_AUTO, uslcom, CTLFLAG_RW, 0, "USB uslcom"); |
