Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Luis de Bethencourt and committed by
Mark Brown
30953a80 6ff33f39

+1
+1
sound/soc/kirkwood/armada-370-db.c
··· 130 130 { .compatible = "marvell,a370db-audio" }, 131 131 { }, 132 132 }; 133 + MODULE_DEVICE_TABLE(of, a370db_dt_ids); 133 134 134 135 static struct platform_driver a370db_driver = { 135 136 .driver = {