commit | 227e8ef81d6db980184c49e893bb1e7e7432b341 | [log] [tgz] |
---|---|---|
author | Jonathan Cameron <jic23@kernel.org> | Sun Jul 23 17:25:56 2017 +0100 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Tue Aug 22 21:28:56 2017 +0100 |
tree | e1a04eda1163aaa066d9c65a3ae4276a9a1f3fc6 | |
parent | 3b3ec6034152cbf42870d766a1db0c0489c653a4 [diff] |
iio:gyro: 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>