]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/iio/accel/adis16240.h
staging:iio:accel:adis16240 move to irqchip based trigger handling.
[karo-tx-linux.git] / drivers / staging / iio / accel / adis16240.h
index 76a45797b9dd375fb45e01a97229d4391e6895c7..364aabfe5eee894e4bc86683e520a8ad097b4b9c 100644 (file)
 /**
  * struct adis16240_state - device instance specific data
  * @us:                        actual spi_device
- * @work_trigger_to_ring: bh for triggered event handling
- * @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
  * @trig:              data ready trigger registered with iio
  * @tx:                        transmit buffer
  **/
 struct adis16240_state {
        struct spi_device               *us;
-       struct work_struct              work_trigger_to_ring;
-       s64                             last_timestamp;
        struct iio_dev                  *indio_dev;
        struct iio_trigger              *trig;
        u8                              *tx;