Linux IIO development
 help / color / mirror / Atom feed
* [PATCH 1/6] staging:iio:ad799x: Remove unused ad799x_state fields
@ 2013-03-26 18:42 Lars-Peter Clausen
  2013-03-26 18:43 ` [PATCH 2/6] staging:iio:ad799x: Remove internal reference support Lars-Peter Clausen
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Lars-Peter Clausen @ 2013-03-26 18:42 UTC (permalink / raw)
  To: Jonathan Cameron; +Cc: linux-iio, Lars-Peter Clausen

Remove fields from the ad799x_state struct which are not used.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
---
 drivers/staging/iio/adc/ad799x.h | 2 --
 1 file changed, 2 deletions(-)

diff --git a/drivers/staging/iio/adc/ad799x.h b/drivers/staging/iio/adc/ad799x.h
index 3e363c4..9f50f93 100644
--- a/drivers/staging/iio/adc/ad799x.h
+++ b/drivers/staging/iio/adc/ad799x.h
@@ -104,11 +104,9 @@ struct ad799x_chip_info {
 struct ad799x_state {
 	struct i2c_client		*client;
 	const struct ad799x_chip_info	*chip_info;
-	struct iio_trigger		*trig;
 	struct regulator		*reg;
 	u16				int_vref_mv;
 	unsigned			id;
-	char				*name;
 	u16				config;
 };
 
-- 
1.8.0


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

end of thread, other threads:[~2013-03-29  9:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-26 18:42 [PATCH 1/6] staging:iio:ad799x: Remove unused ad799x_state fields Lars-Peter Clausen
2013-03-26 18:43 ` [PATCH 2/6] staging:iio:ad799x: Remove internal reference support Lars-Peter Clausen
2013-03-26 18:43 ` [PATCH 3/6] staging:iio:ad799x: Use i2c_smbus_{read,write}_word_data_swapped Lars-Peter Clausen
2013-03-26 18:43 ` [PATCH 4/6] staging:iio:ad799x: Add helper macro for channel initialization Lars-Peter Clausen
2013-03-26 18:43 ` [PATCH 5/6] staging:iio:ad799x: Set IIO_CHAN_INFO_SCALE mask Lars-Peter Clausen
2013-03-26 18:43 ` [PATCH 6/6] staging:iio:ad799x: Preallocate sample buffer Lars-Peter Clausen
2013-03-29  9:22 ` [PATCH 1/6] staging:iio:ad799x: Remove unused ad799x_state fields Jonathan Cameron

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox