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>
This commit is contained in:
H Hartley Sweeten
2012-08-20 12:53:36 -07:00
committed by Greg Kroah-Hartman
parent fdb2a66ff0
commit c8e2c83769

View 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;