]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
regulator: ad5398: Remove unnecessary MODULE_ALIAS()
authorJavier Martinez Canillas <javier@osg.samsung.com>
Sat, 29 Aug 2015 11:56:10 +0000 (13:56 +0200)
committerMark Brown <broonie@kernel.org>
Sun, 30 Aug 2015 11:21:01 +0000 (12:21 +0100)
commitce317515b43f3e0b789b41df9b54e1608c783c5d
treeeeaa731d58a83d1930df3243b97f9a0302c2629f
parentbc0195aad0daa2ad5b0d76cce22b167bc3435590
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>
drivers/regulator/ad5398.c