aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/regulator/ad5398.c
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2015-08-29 13:56:10 +0200
committerMark Brown <broonie@kernel.org>2015-08-30 12:21:01 +0100
commitce317515b43f3e0b789b41df9b54e1608c783c5d (patch)
treeeeaa731d58a83d1930df3243b97f9a0302c2629f /drivers/regulator/ad5398.c
parentLinux 4.2-rc2 (diff)
downloadlinux-dev-ce317515b43f3e0b789b41df9b54e1608c783c5d.tar.xz
linux-dev-ce317515b43f3e0b789b41df9b54e1608c783c5d.zip
regulator: ad5398: Remove unnecessary MODULE_ALIAS()
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>
Diffstat (limited to 'drivers/regulator/ad5398.c')
-rw-r--r--drivers/regulator/ad5398.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/regulator/ad5398.c b/drivers/regulator/ad5398.c
index 48016a050d5f..ea50a886ba63 100644
--- 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");