mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 23:21:49 -04:00
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:
committed by
Greg Kroah-Hartman
parent
fdb2a66ff0
commit
c8e2c83769
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user