]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/staging/iio/accel/adis16201.h
staging:iio:accel:adis16201 move to irqchip based trigger handling.
[karo-tx-linux.git] / drivers / staging / iio / accel / adis16201.h
index 23fe54d09d1250b8702c1b7ddadb2e6596874cc2..6296a4f8f053e389da60a58101239b9606737849 100644 (file)
@@ -64,9 +64,6 @@
 /**
  * struct adis16201_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
@@ -75,8 +72,6 @@
  **/
 struct adis16201_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;