Skip to content

Commit

Permalink
staging:trigger: drop assignment of iio_trigger_ops.owner
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
jic23 committed Aug 22, 2017
1 parent 3762f8a commit 247d41f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/staging/iio/trigger/iio-trig-bfin-timer.c
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,6 @@ static int iio_bfin_tmr_get_number(int irq)
}

static const struct iio_trigger_ops iio_bfin_tmr_trigger_ops = {
.owner = THIS_MODULE,
.set_trigger_state = iio_bfin_tmr_set_state,
};

Expand Down

0 comments on commit 247d41f

Please sign in to comment.