|
@@ -1158,7 +1158,6 @@ static const struct iio_info ltr501_info_no_irq = {
|
|
|
.read_raw = ltr501_read_raw,
|
|
|
.write_raw = ltr501_write_raw,
|
|
|
.attrs = <r501_attribute_group,
|
|
|
- .driver_module = THIS_MODULE,
|
|
|
};
|
|
|
|
|
|
static const struct iio_info ltr501_info = {
|
|
@@ -1169,14 +1168,12 @@ static const struct iio_info ltr501_info = {
|
|
|
.write_event_value = <r501_write_event,
|
|
|
.read_event_config = <r501_read_event_config,
|
|
|
.write_event_config = <r501_write_event_config,
|
|
|
- .driver_module = THIS_MODULE,
|
|
|
};
|
|
|
|
|
|
static const struct iio_info ltr301_info_no_irq = {
|
|
|
.read_raw = ltr501_read_raw,
|
|
|
.write_raw = ltr501_write_raw,
|
|
|
.attrs = <r301_attribute_group,
|
|
|
- .driver_module = THIS_MODULE,
|
|
|
};
|
|
|
|
|
|
static const struct iio_info ltr301_info = {
|
|
@@ -1187,7 +1184,6 @@ static const struct iio_info ltr301_info = {
|
|
|
.write_event_value = <r501_write_event,
|
|
|
.read_event_config = <r501_read_event_config,
|
|
|
.write_event_config = <r501_write_event_config,
|
|
|
- .driver_module = THIS_MODULE,
|
|
|
};
|
|
|
|
|
|
static struct ltr501_chip_info ltr501_chip_info_tbl[] = {
|