All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: iio: cdc: Remove unused macro
@ 2015-09-16 12:44 Shraddha Barke
  2015-09-20 10:43 ` Jonathan Cameron
  0 siblings, 1 reply; 5+ messages in thread
From: Shraddha Barke @ 2015-09-16 12:44 UTC (permalink / raw)
  To: Lars-Peter Clausen, Michael Hennerich, Jonathan Cameron,
	Julia Lawall
  Cc: linux-iio, Shraddha Barke

Remove the macro since it's not used anywhere throughout the kernel

Signed-off-by: Shraddha Barke <shraddha.6596@gmail.com>
---
 drivers/staging/iio/cdc/ad7746.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/iio/cdc/ad7746.c b/drivers/staging/iio/cdc/ad7746.c
index 10fa372..f5a807c 100644
--- a/drivers/staging/iio/cdc/ad7746.c
+++ b/drivers/staging/iio/cdc/ad7746.c
@@ -43,7 +43,6 @@
 #define AD7746_REG_CAP_GAINH		15
 #define AD7746_REG_CAP_GAINL		16
 #define AD7746_REG_VOLT_GAINH		17
-#define AD7746_REG_VOLT_GAINL		18
 
 /* Status Register Bit Designations (AD7746_REG_STATUS) */
 #define AD7746_STATUS_EXCERR		BIT(3)
-- 
2.1.4

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-09-21 14:08 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-16 12:44 [PATCH] Staging: iio: cdc: Remove unused macro Shraddha Barke
2015-09-20 10:43 ` Jonathan Cameron
2015-09-20 16:44   ` Shraddha Barke
2015-09-20 20:06     ` Jonathan Cameron
2015-09-21 14:08       ` Shraddha Barke

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.