Commit 62423472 authored by Bjorn Andersson's avatar Bjorn Andersson

remoteproc: qcom: adsp: Add missing MODULE_DEVICE_TABLE

Signed-off-by: default avatarBjorn Andersson <bjorn.andersson@linaro.org>
parent c496f676
......@@ -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,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment