|
@@ -858,7 +858,6 @@ static const struct iio_info bmg160_info = {
|
|
.write_event_value = bmg160_write_event,
|
|
.write_event_value = bmg160_write_event,
|
|
.write_event_config = bmg160_write_event_config,
|
|
.write_event_config = bmg160_write_event_config,
|
|
.read_event_config = bmg160_read_event_config,
|
|
.read_event_config = bmg160_read_event_config,
|
|
- .driver_module = THIS_MODULE,
|
|
|
|
};
|
|
};
|
|
|
|
|
|
static const unsigned long bmg160_accel_scan_masks[] = {
|
|
static const unsigned long bmg160_accel_scan_masks[] = {
|
|
@@ -956,7 +955,6 @@ static int bmg160_data_rdy_trigger_set_state(struct iio_trigger *trig,
|
|
static const struct iio_trigger_ops bmg160_trigger_ops = {
|
|
static const struct iio_trigger_ops bmg160_trigger_ops = {
|
|
.set_trigger_state = bmg160_data_rdy_trigger_set_state,
|
|
.set_trigger_state = bmg160_data_rdy_trigger_set_state,
|
|
.try_reenable = bmg160_trig_try_reen,
|
|
.try_reenable = bmg160_trig_try_reen,
|
|
- .owner = THIS_MODULE,
|
|
|
|
};
|
|
};
|
|
|
|
|
|
static irqreturn_t bmg160_event_handler(int irq, void *private)
|
|
static irqreturn_t bmg160_event_handler(int irq, void *private)
|