projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ff33f3
)
ASoC: atmel_wm8904: Fix module autoload for OF platform driver
author
Luis de Bethencourt
<luis@debethencourt.com>
Thu, 3 Sep 2015 10:55:08 +0000
(12:55 +0200)
committer
Mark Brown
<broonie@kernel.org>
Mon, 14 Sep 2015 17:42:10 +0000
(18:42 +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/atmel/atmel_wm8904.c
patch
|
blob
|
history
diff --git
a/sound/soc/atmel/atmel_wm8904.c
b/sound/soc/atmel/atmel_wm8904.c
index aa354e1c6ff7ce3df7ffd898682c3040817a6a8c..1933bcd46cca043d68db0ecc771124da37416908 100644
(file)
--- a/
sound/soc/atmel/atmel_wm8904.c
+++ b/
sound/soc/atmel/atmel_wm8904.c
@@
-176,6
+176,7
@@
static const struct of_device_id atmel_asoc_wm8904_dt_ids[] = {
{ .compatible = "atmel,asoc-wm8904", },
{ }
};
+MODULE_DEVICE_TABLE(of, atmel_asoc_wm8904_dt_ids);
#endif
static struct platform_driver atmel_asoc_wm8904_driver = {