commit | a62e256b1438e3d43293bc71fd0ebb064cb0c51d | [log] [tgz] |
---|---|---|
author | Jonathan Cameron <jic23@kernel.org> | Sun Jul 23 17:26:06 2017 +0100 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Tue Aug 22 22:14:51 2017 +0100 |
tree | 6010478a6586b60caf15d9c5e3b8ae44342ef02c | |
parent | 6a15fef2cb4b75cb8101f6359ca364bc3ffcccca [diff] |
iio:proximity: 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>