mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-16 00:34:20 +08:00
ASoC: qcom: lpass-sc7180: Add MODULE_DEVICE_TABLE
The lpass-sc7180 driver can be built as a module but is lacking a
MODULE_DEVICE_TABLE. This means it won't auto-load. Fix this
oversight.
Fixes: 24caf8d9eb
("ASoC: qcom: lpass-sc7180: Add platform driver for lpass audio")
Signed-off-by: Douglas Anderson <dianders@chromium.org>
Link: https://lore.kernel.org/r/20200916111545.1.I4c3758817d94c433bafeac344a395e21ea6657e3@changeid
Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
30ee3738f8
commit
dcde34c47d
@ -200,6 +200,7 @@ static const struct of_device_id sc7180_lpass_cpu_device_id[] = {
|
||||
{.compatible = "qcom,sc7180-lpass-cpu", .data = &sc7180_data},
|
||||
{}
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, sc7180_lpass_cpu_device_id);
|
||||
|
||||
static struct platform_driver sc7180_lpass_cpu_platform_driver = {
|
||||
.driver = {
|
||||
|
Loading…
Reference in New Issue
Block a user