summaryrefslogtreecommitdiff
path: root/drivers/staging/iio/gyro/adis16260.h
diff options
context:
space:
mode:
authorJonathan Cameron <jic23@cam.ac.uk>2010-06-26 11:54:17 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-07-08 19:25:28 (GMT)
commit1980e4ac3a62e42a3db56185f9bd01a0e40dfe55 (patch)
tree04a55d23c7c49ccb4320a3ba30b2bcb69f0a6e9f /drivers/staging/iio/gyro/adis16260.h
parent44b759b7f0e9a493f0dbf1e273eaeaf3924338af (diff)
downloadlinux-1980e4ac3a62e42a3db56185f9bd01a0e40dfe55.tar.xz
staging:iio: Remove used iio_work_cont definition and all references
Signed-off-by: Jonathan Cameron <jic23@cam.ac.uk> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/iio/gyro/adis16260.h')
-rw-r--r--drivers/staging/iio/gyro/adis16260.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/staging/iio/gyro/adis16260.h b/drivers/staging/iio/gyro/adis16260.h
index f19efb4..53f5fbd 100644
--- a/drivers/staging/iio/gyro/adis16260.h
+++ b/drivers/staging/iio/gyro/adis16260.h
@@ -85,7 +85,6 @@
* struct adis16260_state - device instance specific data
* @us: actual spi_device
* @work_trigger_to_ring: bh for triggered event handling
- * @work_cont_thresh: CLEAN
* @inter: used to check if new interrupt has been triggered
* @last_timestamp: passing timestamp from th to bh of interrupt handler
* @indio_dev: industrial I/O device structure
@@ -97,7 +96,6 @@
struct adis16260_state {
struct spi_device *us;
struct work_struct work_trigger_to_ring;
- struct iio_work_cont work_cont_thresh;
s64 last_timestamp;
struct iio_dev *indio_dev;
struct iio_trigger *trig;