diff options
author | Bjorn Andersson <bjorn.andersson@linaro.org> | 2016-11-19 22:41:56 -0800 |
---|---|---|
committer | Bjorn Andersson <bjorn.andersson@linaro.org> | 2016-11-19 22:47:36 -0800 |
commit | 6242347226c6540b47c1366aa8faf74ffa5a8b7d (patch) | |
tree | adfc99d8a1c84476e68dd4242a23e9c34470d0f9 /drivers/remoteproc | |
parent | c496f6762b9a68de6635e753f7837523ee642fcb (diff) | |
download | talos-obmc-linux-6242347226c6540b47c1366aa8faf74ffa5a8b7d.tar.gz talos-obmc-linux-6242347226c6540b47c1366aa8faf74ffa5a8b7d.zip |
remoteproc: qcom: adsp: Add missing MODULE_DEVICE_TABLE
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Diffstat (limited to 'drivers/remoteproc')
-rw-r--r-- | drivers/remoteproc/qcom_adsp_pil.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/remoteproc/qcom_adsp_pil.c b/drivers/remoteproc/qcom_adsp_pil.c index 5bb25d18c9f5..cec09911384f 100644 --- a/drivers/remoteproc/qcom_adsp_pil.c +++ b/drivers/remoteproc/qcom_adsp_pil.c @@ -412,6 +412,7 @@ static const struct of_device_id adsp_of_match[] = { { .compatible = "qcom,msm8996-adsp-pil" }, { }, }; +MODULE_DEVICE_TABLE(of, adsp_of_match); static struct platform_driver adsp_driver = { .probe = adsp_probe, |