staging: comedi: ni_daq_dio24: remove '#undef LABPC_DEBUG'
authorH Hartley Sweeten <hsweeten@visionengravers.com>
Wed, 30 Jan 2013 23:46:16 +0000 (16:46 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 4 Feb 2013 01:27:37 +0000 (19:27 -0600)
The LABPC_DEBUG define is not used in this driver. Just remove the

Signed-off-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Cc: Ian Abbott <abbotti@mev.co.uk>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/comedi/drivers/ni_daq_dio24.c

index e0bdb70c9233b9f84e3d81ee7459769bb710f119..123c4be98295d1101f6fe951ff90a25b0a3856c3 100644 (file)
@@ -37,9 +37,6 @@ This is just a wrapper around the 8255.o driver to properly handle
 the PCMCIA interface.
 */
 
-                           /* #define LABPC_DEBUG *//*  enable debugging messages */
-#undef LABPC_DEBUG
-
 #include <linux/interrupt.h>
 #include <linux/slab.h>
 #include "../comedidev.h"