]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/iio/adc/ad799x.c
Merge 3.16-rc4 into staging-next
[karo-tx-linux.git] / drivers / iio / adc / ad799x.c
index 6eba301ee03dc04ea4e174a401e99f3e176104c0..6cf9ee18a2161f7e7972b037b7259a9ffa87cc83 100644 (file)
@@ -105,9 +105,8 @@ enum {
  * struct ad799x_chip_info - chip specific information
  * @channel:           channel specification
  * @num_channels:      number of channels
- * @monitor_mode:      whether the chip supports monitor interrupts
  * @default_config:    device default configuration
- * @event_attrs:       pointer to the monitor event attribute group
+ * @info:              pointer to iio_info struct
  */
 struct ad799x_chip_info {
        struct iio_chan_spec            channel[9];