mfd: bcm590xx: Remove unnecessary MODULE_ALIAS()
authorJavier Martinez Canillas <javier@osg.samsung.com>
Sun, 30 Aug 2015 22:58:29 +0000 (00:58 +0200)
committerLee Jones <lee.jones@linaro.org>
Mon, 26 Oct 2015 14:49:09 +0000 (14:49 +0000)
The driver has a I2C device id table that is used to create the module
aliases and also "bcm590xx" isn't a supported I2C id, so it's never used.

Signed-off-by: Javier Martinez Canillas <javier@osg.samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/bcm590xx.c

index da2af5b4f855150f34c106dade426e2b1e785fce..320aaefee7187f10da1d1735d15c7375daba38d3 100644 (file)
@@ -128,4 +128,3 @@ module_i2c_driver(bcm590xx_i2c_driver);
 MODULE_AUTHOR("Matt Porter <mporter@linaro.org>");
 MODULE_DESCRIPTION("BCM590xx multi-function driver");
 MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("i2c:bcm590xx");