Skip to content

Commit 247d41f

Browse files
committed
staging:trigger: drop assignment of iio_trigger_ops.owner
The equivalent of this is now done via macro magic when the relevant register call is made. The actual structure elements will shortly go away. Signed-off-by: Jonathan Cameron <[email protected]> Reviewed-by: Lars-Peter Clausen <[email protected]>
1 parent 3762f8a commit 247d41f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/staging/iio/trigger/iio-trig-bfin-timer.c

-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,6 @@ static int iio_bfin_tmr_get_number(int irq)
172172
}
173173

174174
static const struct iio_trigger_ops iio_bfin_tmr_trigger_ops = {
175-
.owner = THIS_MODULE,
176175
.set_trigger_state = iio_bfin_tmr_set_state,
177176
};
178177

0 commit comments

Comments
 (0)