aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2011-05-18 09:42:09 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2011-05-19 19:14:59 -0400
commitbb20d65dbc014e6770bac57940c493753d3d542e (patch)
treecd0bc2e4e0ffcf85a8070f5ce695e24a04ad8db9 /drivers
parenta88b3ebc91e4606490fe0dd980ec9134cb816f42 (diff)
staging:iio:max1363 trivial removal of unused trig pointer.
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/iio/adc/max1363.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/iio/adc/max1363.h b/drivers/staging/iio/adc/max1363.h
index 2d41a277e2d0..15227bd571dc 100644
--- a/drivers/staging/iio/adc/max1363.h
+++ b/drivers/staging/iio/adc/max1363.h
@@ -195,7 +195,6 @@ struct max1363_state {
195 const struct max1363_chip_info *chip_info; 195 const struct max1363_chip_info *chip_info;
196 const struct max1363_mode *current_mode; 196 const struct max1363_mode *current_mode;
197 u32 requestedmask; 197 u32 requestedmask;
198 struct iio_trigger *trig;
199 struct regulator *reg; 198 struct regulator *reg;
200 199
201 /* Using monitor modes and buffer at the same time is 200 /* Using monitor modes and buffer at the same time is