mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-11 12:28:41 +08:00
ASoC: kirkwood: Fix module autoload for OF platform driver
This platform driver has a OF device ID table but the OF module alias information is not created so module autoloading won't work. Signed-off-by: Luis de Bethencourt <luis@debethencourt.com> Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
6ff33f3902
commit
30953a8047
@ -130,6 +130,7 @@ static const struct of_device_id a370db_dt_ids[] = {
|
||||
{ .compatible = "marvell,a370db-audio" },
|
||||
{ },
|
||||
};
|
||||
MODULE_DEVICE_TABLE(of, a370db_dt_ids);
|
||||
|
||||
static struct platform_driver a370db_driver = {
|
||||
.driver = {
|
||||
|
Loading…
Reference in New Issue
Block a user