OSDN Git Service

regulator: ltc3589: Remove unnecessary MODULE_ALIAS()
authorJavier Martinez Canillas <javier@osg.samsung.com>
Sat, 29 Aug 2015 11:56:11 +0000 (13:56 +0200)
committerMark Brown <broonie@kernel.org>
Sun, 30 Aug 2015 11:21:54 +0000 (12:21 +0100)
commit6cb6e6be41b5b42370e9028d7b691803295b097e
treeafb2eb8d8d6e4d9f02afe5627f457bdc6f553b8a
parentec8677267f4ef126275b2e0a429211b256f1a94a
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>
drivers/regulator/ltc3589.c