From: H Hartley Sweeten Date: Mon, 20 Aug 2012 19:53:36 +0000 (-0700) Subject: staging: comedi: comedi_bond: remove the STR macro X-Git-Tag: v3.7-rc1~173^2~826 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c8e2c83769000e00287c0e6fabd51dc695b23af5;p=profile%2Fivi%2Fkernel-adaptation-intel-automotive.git staging: comedi: comedi_bond: remove the STR macro This macro is not used in the file. Remove it. Signed-off-by: H Hartley Sweeten Cc: Ian Abbott Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/comedi/drivers/comedi_bond.c b/drivers/staging/comedi/drivers/comedi_bond.c index 1ca939c..e6ac27d 100644 --- a/drivers/staging/comedi/drivers/comedi_bond.c +++ b/drivers/staging/comedi/drivers/comedi_bond.c @@ -60,10 +60,6 @@ Configuration Options: #define MAX_CHANS 256 #define MODULE_NAME "comedi_bond" -#ifndef STR -# define STR1(x) #x -# define STR(x) STR1(x) -#endif struct BondedDevice { struct comedi_device *dev;