projects
/
GitHub
/
LineageOS
/
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:
8c86ab2
)
regulator: pfuze100: Fix module alias prefix
author
Axel Lin
<axel.lin@ingics.com>
Mon, 29 Jul 2013 04:19:29 +0000
(12:19 +0800)
committer
Mark Brown
<broonie@linaro.org>
Mon, 29 Jul 2013 05:52:14 +0000
(06:52 +0100)
i2c drivers use "i2c:" prefix for module alias.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/pfuze100-regulator.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/pfuze100-regulator.c
b/drivers/regulator/pfuze100-regulator.c
index 471208782b03059df0da5b57f36eac004cfe9d53..6eb5586e6fa49946d9ec67463523e6ccceade976 100644
(file)
--- a/
drivers/regulator/pfuze100-regulator.c
+++ b/
drivers/regulator/pfuze100-regulator.c
@@
-452,4
+452,4
@@
module_i2c_driver(pfuze_driver);
MODULE_AUTHOR("Robin Gong <b38343@freescale.com>");
MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100 PMIC");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("pfuze100-regulator");
+MODULE_ALIAS("
i2c:
pfuze100-regulator");