projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
16f1091
)
regulator: da9210: Remove redundant MODULE_ALIAS
author
Axel Lin
<axel.lin@ingics.com>
Sun, 11 Aug 2013 15:04:46 +0000
(23:04 +0800)
committer
Mark Brown
<broonie@linaro.org>
Tue, 13 Aug 2013 10:19:57 +0000
(11:19 +0100)
The modalias is set by the MODULE_DEVICE_TABLE, thus remove redundant
MODULE_ALIAS.
Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
drivers/regulator/da9210-regulator.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/regulator/da9210-regulator.c
b/drivers/regulator/da9210-regulator.c
index bf492bc7d3dedc5ae60b330cb7b678953142a11c..f0fe54b3897736327250d6dfe7a664369273df81 100644
(file)
--- a/
drivers/regulator/da9210-regulator.c
+++ b/
drivers/regulator/da9210-regulator.c
@@
-194,4
+194,3
@@
module_i2c_driver(da9210_regulator_driver);
MODULE_AUTHOR("S Twiss <stwiss.opensource@diasemi.com>");
MODULE_DESCRIPTION("Regulator device driver for Dialog DA9210");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("i2c:da9210");