projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ff33f3
)
spi: meson: Fix module autoload for OF platform driver
author
Luis de Bethencourt
<luis@debethencourt.com>
Fri, 18 Sep 2015 17:42:17 +0000
(19:42 +0200)
committer
Mark Brown
<broonie@kernel.org>
Sat, 19 Sep 2015 14:55:25 +0000
(07:55 -0700)
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 <luisbg@osg.samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-meson-spifc.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/spi/spi-meson-spifc.c
b/drivers/spi/spi-meson-spifc.c
index 5468fc70dbf8d06432ce1cc1e8b2ef20c96a5a72..2465259f62411b354f5e11fe7f3e854aefd6f04f 100644
(file)
--- a/
drivers/spi/spi-meson-spifc.c
+++ b/
drivers/spi/spi-meson-spifc.c
@@
-444,6
+444,7
@@
static const struct of_device_id meson_spifc_dt_match[] = {
{ .compatible = "amlogic,meson6-spifc", },
{ },
};
+MODULE_DEVICE_TABLE(of, meson_spifc_dt_match);
static struct platform_driver meson_spifc_driver = {
.probe = meson_spifc_probe,