commit | a6b40706ffeee366354ac0b7809a1a87c7973a02 | [log] [tgz] |
---|---|---|
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Sun Jun 28 13:36:51 2020 +0100 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Tue Jul 07 20:24:10 2020 +0100 |
tree | a947f486579e06e262103a7e65a2f73ec3d90ec7 | |
parent | f14bac473fc3ef7df683328ec733dd9713dad162 [diff] |
iio:adc:ti-adc161s626: Drop of_match_ptr protection. Dropping this allows use of ACPI PRP0001. I'm also looking to drop all of_match_ptr use in IIO in order to avoid it getting cut and paste into new drivers in the future. Also add a direct include of mod_devicetable.h to reflect the use of struct of_device_id. Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com> Acked-by: Matt Ranostay <matt.ranostay@konsulko.com> Reviewed-by: Andy Shevchenko <andy.shevchenko@gmail.com>