[PATCH] regulator: pfuze100: Remove unnecessary MODULE_ALIAS()

2015-08-28 Thread Javier Martinez Canillas
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 --- drivers/regulator/pfuze100-regulator.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH] regulator: pfuze100: Remove unnecessary MODULE_ALIAS()

2015-08-28 Thread Javier Martinez Canillas
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 jav...@osg.samsung.com --- drivers/regulator/pfuze100-regulator.c | 1 - 1 file changed, 1 deletion(-)