From: Javier Martinez Canillas Date: Sat, 29 Aug 2015 11:56:11 +0000 (+0200) Subject: regulator: ltc3589: Remove unnecessary MODULE_ALIAS() X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6cb6e6be41b5b42370e9028d7b691803295b097e;p=sagit-ice-cold%2Fkernel_xiaomi_msm8998.git regulator: ltc3589: Remove unnecessary MODULE_ALIAS() The driver has a I2C device id table that is used to create the modaliases and already contains a "ltc3589" device id. So the modalias is unnecessary. Signed-off-by: Javier Martinez Canillas Signed-off-by: Mark Brown --- diff --git a/drivers/regulator/ltc3589.c b/drivers/regulator/ltc3589.c index c31dfa8805d9..cc22ac66c8fd 100644 --- a/drivers/regulator/ltc3589.c +++ b/drivers/regulator/ltc3589.c @@ -552,4 +552,3 @@ module_i2c_driver(ltc3589_driver); MODULE_AUTHOR("Philipp Zabel "); MODULE_DESCRIPTION("Regulator driver for Linear Technology LTC3589(-1,2)"); MODULE_LICENSE("GPL v2"); -MODULE_ALIAS("i2c:ltc3589");