Browse Source

remoteproc: qcom: adsp: Add missing MODULE_DEVICE_TABLE

Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
Bjorn Andersson 8 years ago
parent
commit
6242347226
1 changed files with 1 additions and 0 deletions
  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,