staging: comedi: comedi_bond: remove the STR macro
authorH Hartley Sweeten <hartleys@visionengravers.com>
Mon, 20 Aug 2012 19:53:36 +0000 (12:53 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 4 Sep 2012 18:27:27 +0000 (11:27 -0700)
This macro is not used in the file. Remove it.

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/comedi_bond.c

index 1ca939cb83becb754cac170bc86fc3d2576f39bf..e6ac27dd4498a2f7e900c1049adf9b5d0672c895 100644 (file)
@@ -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;
This page took 0.024917 seconds and 5 git commands to generate.