diff options
Diffstat (limited to 'sys/dev/usb/usps.c')
-rw-r--r-- | sys/dev/usb/usps.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/dev/usb/usps.c b/sys/dev/usb/usps.c index c3d92863621..9b947371183 100644 --- a/sys/dev/usb/usps.c +++ b/sys/dev/usb/usps.c @@ -1,4 +1,4 @@ -/* $OpenBSD: usps.c,v 1.4 2013/11/07 10:44:37 pirofti Exp $ */ +/* $OpenBSD: usps.c,v 1.5 2014/03/07 18:39:02 mpi Exp $ */ /* * Copyright (c) 2011 Yojiro UO <yuo@nui.org> @@ -31,10 +31,6 @@ #include <dev/usb/usbdi_util.h> #include <dev/usb/usbdevs.h> -#ifdef USB_DEBUG -#define USPS_DEBUG -#endif - #ifdef USPS_DEBUG int uspsdebug = 0; #define DPRINTFN(n, x) do { if (uspsdebug > (n)) printf x; } while (0) |