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:
5fc72f5
)
regulator: max8907: Add MODULE_ALIAS
author
Axel Lin
<axel.lin@gmail.com>
Sat, 25 Aug 2012 06:56:48 +0000
(14:56 +0800)
committer
Mark Brown
<broonie@opensource.wolfsonmicro.com>
Tue, 28 Aug 2012 18:00:30 +0000
(11:00 -0700)
This driver can be built as a module, add MODULE_ALIAS for it.
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
drivers/regulator/max8907-regulator.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/max8907-regulator.c
b/drivers/regulator/max8907-regulator.c
index e97af8ef3aea892f2de91f1ae4abc85e38e1db82..af7607515ab951e2b688b31e0a1cffef8b8bc396 100644
(file)
--- a/
drivers/regulator/max8907-regulator.c
+++ b/
drivers/regulator/max8907-regulator.c
@@
-405,3
+405,4
@@
module_exit(max8907_reg_exit);
MODULE_DESCRIPTION("MAX8907 regulator driver");
MODULE_AUTHOR("Gyungoh Yoo <jack.yoo@maxim-ic.com>");
MODULE_LICENSE("GPL v2");
+MODULE_ALIAS("platform:max8907-regulator");