commit | 447ccb4e0834a9f9f0dd5643e421c7f1a1649e6a | [log] [tgz] |
---|---|---|
author | Bjorn Andersson <bjorn.andersson@linaro.org> | Tue Apr 16 16:49:27 2019 -0700 |
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | Mon Apr 22 11:51:29 2019 +0100 |
tree | c2b8ab04a6fdfceb4a969c613f7e73f3c379fe80 | |
parent | dfd4f6497614ccb34f822849dd2e1fd2c44de37f [diff] |
iio: adc: qcom-spmi-adc5: Fix of-based module autoloading The of_device_id table needs to be registered as module alias in order for automatic module loading to pick the kernel module based on the DeviceTree compatible. So add MODULE_DEVICE_TABLE() to make this happen. Fixes: e13d757279bb ("iio: adc: Add QCOM SPMI PMIC5 ADC driver") Cc: stable@vger.kernel.org Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>