Merge branch 'for-linus' of git://git.kernel.dk/linux-block
[pandora-kernel.git] / drivers / staging / iio / dds / ad9832.h
index 5d47454..c5b701f 100644 (file)
@@ -57,7 +57,6 @@
 
 /**
  * struct ad9832_state - driver instance specific data
- * @indio_dev:         the industrial I/O device
  * @spi:               spi_device
  * @reg:               supply regulator
  * @mclk:              external master clock
@@ -76,7 +75,6 @@
  */
 
 struct ad9832_state {
-       struct iio_dev                  *indio_dev;
        struct spi_device               *spi;
        struct regulator                *reg;
        unsigned long                   mclk;