static const struct iio_info ade7753_info = {
        .attrs = &ade7753_attribute_group,
-       .driver_module = THIS_MODULE,
 };
 
 static int ade7753_probe(struct spi_device *spi)
 
 
 static const struct iio_info ade7754_info = {
        .attrs = &ade7754_attribute_group,
-       .driver_module = THIS_MODULE,
 };
 
 static int ade7754_probe(struct spi_device *spi)
 
        .attrs = &ade7758_attribute_group,
        .read_raw = &ade7758_read_raw,
        .write_raw = &ade7758_write_raw,
-       .driver_module = THIS_MODULE,
 };
 
 static int ade7758_probe(struct spi_device *spi)
 
 }
 
 static const struct iio_trigger_ops ade7758_trigger_ops = {
-       .owner = THIS_MODULE,
        .set_trigger_state = &ade7758_data_rdy_trigger_set_state,
        .try_reenable = &ade7758_trig_try_reen,
 };
 
 
 static const struct iio_info ade7759_info = {
        .attrs = &ade7759_attribute_group,
-       .driver_module = THIS_MODULE,
 };
 
 static int ade7759_probe(struct spi_device *spi)
 
 
 static const struct iio_info ade7854_info = {
        .attrs = &ade7854_attribute_group,
-       .driver_module = THIS_MODULE,
 };
 
 int ade7854_probe(struct iio_dev *indio_dev, struct device *dev)