]> git.baikalelectronics.ru Git - kernel.git/commit
regulator: pfuze100: Remove unnecessary MODULE_ALIAS()
authorJavier Martinez Canillas <javier@osg.samsung.com>
Sat, 29 Aug 2015 00:35:13 +0000 (02:35 +0200)
committerMark Brown <broonie@kernel.org>
Sat, 29 Aug 2015 09:37:20 +0000 (10:37 +0100)
commitc044e95dd5aea68f8ccf9e961653da99ffae5dd5
treef51f7998c11f1a8cd4afb8649d9e291a6f77a4ab
parent2224aa81854753c5d601180031971fafaae55650
regulator: pfuze100: Remove unnecessary MODULE_ALIAS()

The driver has a I2C device id table that is used to create the modaliases
and also "pfuze100-regulator" is not a supported I2C id, so is never used.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/regulator/pfuze100-regulator.c