|
@@ -547,7 +547,6 @@ static const struct attribute_group st_press_attribute_group = {
|
|
|
};
|
|
|
|
|
|
static const struct iio_info press_info = {
|
|
|
- .driver_module = THIS_MODULE,
|
|
|
.attrs = &st_press_attribute_group,
|
|
|
.read_raw = &st_press_read_raw,
|
|
|
.write_raw = &st_press_write_raw,
|
|
@@ -556,7 +555,6 @@ static const struct iio_info press_info = {
|
|
|
|
|
|
#ifdef CONFIG_IIO_TRIGGER
|
|
|
static const struct iio_trigger_ops st_press_trigger_ops = {
|
|
|
- .owner = THIS_MODULE,
|
|
|
.set_trigger_state = ST_PRESS_TRIGGER_SET_STATE,
|
|
|
.validate_device = st_sensors_validate_device,
|
|
|
};
|