projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
182a1d8
)
regulator: bd718x7: Add MODULE_ALIAS()
author
Guido Günther
<agx@sigxcpu.org>
Mon, 30 Sep 2019 20:26:00 +0000
(22:26 +0200)
committer
Mark Brown
<broonie@kernel.org>
Tue, 1 Oct 2019 17:37:47 +0000
(18:37 +0100)
This fixes device probing when built as a module
Signed-off-by: Guido Günther <agx@sigxcpu.org>
Link:
https://lore.kernel.org/r/46ce3400e227dd88d51486c02a6152c9ec52acbb.1569875042.git.agx@sigxcpu.org
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/bd718x7-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/bd718x7-regulator.c
b/drivers/regulator/bd718x7-regulator.c
index
bdab46a
..
13a43ee
100644
(file)
--- a/
drivers/regulator/bd718x7-regulator.c
+++ b/
drivers/regulator/bd718x7-regulator.c
@@
-1293,3
+1293,4
@@
module_platform_driver(bd718xx_regulator);
MODULE_AUTHOR("Matti Vaittinen <matti.vaittinen@fi.rohmeurope.com>");
MODULE_DESCRIPTION("BD71837/BD71847 voltage regulator driver");
MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:bd718xx-pmic");