staging: comedi: ni_labpc_cs: remove '#undef LABPC_DEBUG'

The LABPC_DEBUG define is not used in any of the code. Just
remove the #undef.

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>
This commit is contained in:
H Hartley Sweeten 2013-01-25 18:38:23 -07:00 committed by Greg Kroah-Hartman
parent 40faa60bd4
commit 12e9a5f1df

View File

@ -59,8 +59,6 @@ NI manuals:
*/
#undef LABPC_DEBUG /* debugging messages */
#include "../comedidev.h"
#include <linux/delay.h>