mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-15 16:24:13 +08:00
remoteproc: qcom: adsp: Add missing MODULE_DEVICE_TABLE
Signed-off-by: Bjorn Andersson <bjorn.andersson@linaro.org>
This commit is contained in:
parent
c496f6762b
commit
6242347226
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user