diff options
author | Luis de Bethencourt <luis@debethencourt.com> | 2015-09-03 06:59:32 -0400 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2015-09-14 13:46:28 -0400 |
commit | 30953a804714fcfe49bec594239306bf5b476464 (patch) | |
tree | ed83524a2c05cb01348fc009ff6aaf64697e7b9e | |
parent | 6ff33f3902c3b1c5d0db6b1e2c70b6d76fba357f (diff) |
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>
-rw-r--r-- | sound/soc/kirkwood/armada-370-db.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/kirkwood/armada-370-db.c b/sound/soc/kirkwood/armada-370-db.c index de7563bdc5c2..e0304d544f26 100644 --- a/sound/soc/kirkwood/armada-370-db.c +++ b/sound/soc/kirkwood/armada-370-db.c | |||
@@ -130,6 +130,7 @@ static const struct of_device_id a370db_dt_ids[] = { | |||
130 | { .compatible = "marvell,a370db-audio" }, | 130 | { .compatible = "marvell,a370db-audio" }, |
131 | { }, | 131 | { }, |
132 | }; | 132 | }; |
133 | MODULE_DEVICE_TABLE(of, a370db_dt_ids); | ||
133 | 134 | ||
134 | static struct platform_driver a370db_driver = { | 135 | static struct platform_driver a370db_driver = { |
135 | .driver = { | 136 | .driver = { |