From: H Hartley Sweeten Date: Tue, 26 Nov 2013 17:21:15 +0000 (-0700) Subject: staging: comedi: remove DPRINTK macro X-Git-Tag: next-20131128~9^2~21 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=26901032089ecc6bba0ea9c04841e333e2ac8622;p=karo-tx-linux.git staging: comedi: remove DPRINTK macro All users of this macro have been converted to use dev_dbg(). Remove the unused macro. Signed-off-by: H Hartley Sweeten Reviewed-by: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/comedidev.h b/drivers/staging/comedi/comedidev.h index 3c6329bed508..f00b43c955f4 100644 --- a/drivers/staging/comedi/comedidev.h +++ b/drivers/staging/comedi/comedidev.h @@ -27,8 +27,6 @@ #include "comedi.h" -#define DPRINTK(format, args...) pr_debug("comedi: " format, ## args); - #define COMEDI_VERSION(a, b, c) (((a) << 16) + ((b) << 8) + (c)) #define COMEDI_VERSION_CODE COMEDI_VERSION(COMEDI_MAJORVERSION, \ COMEDI_MINORVERSION, COMEDI_MICROVERSION)