From: Bjorn Andersson Date: Sun, 20 Nov 2016 06:41:56 +0000 (-0800) Subject: remoteproc: qcom: adsp: Add missing MODULE_DEVICE_TABLE X-Git-Tag: v4.13~1753^2~8 X-Git-Url: https://git.proxmox.com/?a=commitdiff_plain;h=6242347226c6540b47c1366aa8faf74ffa5a8b7d;p=mirror_ubuntu-bionic-kernel.git remoteproc: qcom: adsp: Add missing MODULE_DEVICE_TABLE Signed-off-by: Bjorn Andersson --- 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,