]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - drivers/iio/trigger/iio-trig-hrtimer.c
Merge tag 'configfs-for-4.15' of git://git.infradead.org/users/hch/configfs
[mirror_ubuntu-bionic-kernel.git] / drivers / iio / trigger / iio-trig-hrtimer.c
index ce7d120b348e456e31279bd24034254cd4812843..7accd0187ba137a0f171d0fee0a86f2083b5e4f9 100644 (file)
@@ -114,7 +114,6 @@ static int iio_trig_hrtimer_set_state(struct iio_trigger *trig, bool state)
 }
 
 static const struct iio_trigger_ops iio_hrtimer_trigger_ops = {
-       .owner = THIS_MODULE,
        .set_trigger_state = iio_trig_hrtimer_set_state,
 };