Skip to content

Commit

Permalink
staging: comedi: comedi_bond: remove the STR macro
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
H Hartley Sweeten authored and Greg Kroah-Hartman committed Sep 4, 2012
1 parent fdb2a66 commit c8e2c83
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions drivers/staging/comedi/drivers/comedi_bond.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c8e2c83

Please sign in to comment.