Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <javier@osg.samsung.com>
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Javier Martinez Canillas and committed by
Mark Brown
6cb6e6be ec867726

-1
-1
drivers/regulator/ltc3589.c
··· 552 552 MODULE_AUTHOR("Philipp Zabel <p.zabel@pengutronix.de>"); 553 553 MODULE_DESCRIPTION("Regulator driver for Linear Technology LTC3589(-1,2)"); 554 554 MODULE_LICENSE("GPL v2"); 555 - MODULE_ALIAS("i2c:ltc3589");