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)
commita02daad70214a820988c045494a15dea047c16d4
treef51f7998c11f1a8cd4afb8649d9e291a6f77a4ab
parentbc0195aad0daa2ad5b0d76cce22b167bc3435590
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