projects
/
platform
/
kernel
/
linux-amlogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bc0195a
)
regulator: ad5398: Remove unnecessary MODULE_ALIAS()
author
Javier Martinez Canillas
<javier@osg.samsung.com>
Sat, 29 Aug 2015 11:56:10 +0000
(13:56 +0200)
committer
Mark Brown
<broonie@kernel.org>
Sun, 30 Aug 2015 11:21:01 +0000
(12:21 +0100)
The driver has a I2C device id table that is used to create the modaliases
and also "ad5398-regulator" is not a supported I2C id, so it's never used.
Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/ad5398.c
patch
|
blob
|
history
diff --git
a/drivers/regulator/ad5398.c
b/drivers/regulator/ad5398.c
index
48016a0
..
ea50a88
100644
(file)
--- a/
drivers/regulator/ad5398.c
+++ b/
drivers/regulator/ad5398.c
@@
-275,4
+275,3
@@
module_exit(ad5398_exit);
MODULE_DESCRIPTION("AD5398 and AD5821 current regulator driver");
MODULE_AUTHOR("Sonic Zhang");
MODULE_LICENSE("GPL");
-MODULE_ALIAS("i2c:ad5398-regulator");