commit | 02272cb11b2ca6e8f77aa0ee42a24eb07f12157e | [log] [tgz] |
---|---|---|
author | Jonathan Cameron <jic23@kernel.org> | Sun Jul 23 17:26:15 2017 +0100 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Tue Aug 22 22:14:57 2017 +0100 |
tree | 92e6ae773a22fe7222f54c771e3f9edefb811b6c | |
parent | 6dab4d415fe3c08f702592db36b3159393845393 [diff] |
staging:iio:meter: 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>