Browse Source

staging: comedi: comedi_bond: remove the STR macro

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>
H Hartley Sweeten 13 years ago
parent
commit
c8e2c83769
1 changed files with 0 additions and 4 deletions
  1. 0 4
      drivers/staging/comedi/drivers/comedi_bond.c

+ 0 - 4
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;