|
@@ -328,7 +328,6 @@ static const struct iio_info afe4404_iio_info = {
|
|
|
.attrs = &afe440x_attribute_group,
|
|
|
.read_raw = afe4404_read_raw,
|
|
|
.write_raw = afe4404_write_raw,
|
|
|
- .driver_module = THIS_MODULE,
|
|
|
};
|
|
|
|
|
|
static irqreturn_t afe4404_trigger_handler(int irq, void *private)
|
|
@@ -355,7 +354,6 @@ err:
|
|
|
}
|
|
|
|
|
|
static const struct iio_trigger_ops afe4404_trigger_ops = {
|
|
|
- .owner = THIS_MODULE,
|
|
|
};
|
|
|
|
|
|
/* Default timings from data-sheet */
|