remoteproc: qcom: adsp: Add missing MODULE_DEVICE_TABLE
authorBjorn Andersson <bjorn.andersson@linaro.org>
Sun, 20 Nov 2016 06:41:56 +0000 (22:41 -0800)
committerBjorn Andersson <bjorn.andersson@linaro.org>
Sun, 20 Nov 2016 06:47:36 +0000 (22:47 -0800)
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
drivers/remoteproc/qcom_adsp_pil.c

index 5bb25d1..cec0991 100644 (file)
@@ -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,