瀏覽代碼

remoteproc: qcom: adsp: Add missing MODULE_DEVICE_TABLE

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Bjorn Andersson 9 年之前
父節點
當前提交
6242347226
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      drivers/remoteproc/qcom_adsp_pil.c

+ 1 - 0
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,