summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/remoteproc/qcom_adsp_pil.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/remoteproc/qcom_adsp_pil.c b/drivers/remoteproc/qcom_adsp_pil.c
index 5bb25d1..cec0991 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,
OpenPOWER on IntegriCloud