projects
/
platform
/
kernel
/
linux-starfive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ff33f3
)
ASoC: kirkwood: Fix module autoload for OF platform driver
author
Luis de Bethencourt
<luis@debethencourt.com>
Thu, 3 Sep 2015 10:59:32 +0000
(12:59 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 14 Sep 2015 17:46:28 +0000
(18:46 +0100)
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>
sound/soc/kirkwood/armada-370-db.c
patch
|
blob
|
history
diff --git
a/sound/soc/kirkwood/armada-370-db.c
b/sound/soc/kirkwood/armada-370-db.c
index de7563bdc5c28e2c7954a00ca9929e508176d718..e0304d544f26ba45660e94fa98942d2416ddb94a 100644
(file)
--- 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[] = {
{ .compatible = "marvell,a370db-audio" },
{ },
};
+MODULE_DEVICE_TABLE(of, a370db_dt_ids);
static struct platform_driver a370db_driver = {
.driver = {