]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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)
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

index 8cc8d1877c446a48737b5d337f9faf91dc6c37e1..d477fbbc2c7b25ff8bdd178410c5d3f06ddabce8 100644 (file)
@@ -653,4 +653,3 @@ module_i2c_driver(pfuze_driver);
 MODULE_AUTHOR("Robin Gong <b38343@freescale.com>");
 MODULE_DESCRIPTION("Regulator Driver for Freescale PFUZE100/PFUZE200 PMIC");
 MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("i2c:pfuze100-regulator");