commit | 6c5bffa80ecae54c3ddd113eb4d93382503989be | [log] [tgz] |
---|---|---|
author | Jonathan Cameron <jic23@kernel.org> | Sun Jul 23 17:25:48 2017 +0100 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Tue Aug 22 21:22:40 2017 +0100 |
tree | d5b3aa985de5d2477f0156d30823eb0877f58e4a | |
parent | 52b31bcc9372f2925f4898d179c655687c4aa179 [diff] |
iio:accel: drop assign iio_info.driver_module and iio_trigger_ops.owner The equivalent of both of these are now done via macro magic when the relevant register calls are made. The actual structure elements will shortly go away. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Reviewed-by: Lars-Peter Clausen <lars@metafoo.de>