2012-08-20 19:53:51

by Hartley Sweeten

[permalink] [raw]
Subject: [PATCH 4/5] staging: comedi: comedi_bond: remove the STR macro

This macro is not used in the file. Remove it.

Signed-off-by: H Hartley Sweeten <[email protected]>
Cc: Ian Abbott <[email protected]>
Cc: Greg Kroah-Hartman <[email protected]>
---
drivers/staging/comedi/drivers/comedi_bond.c | 4 ----
1 file changed, 4 deletions(-)

diff --git a/drivers/staging/comedi/drivers/comedi_bond.c b/drivers/staging/comedi/drivers/comedi_bond.c
index 1ca939c..e6ac27d 100644
--- a/drivers/staging/comedi/drivers/comedi_bond.c
+++ b/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;
--
1.7.11