From: Javier Martinez Canillas Date: Sun, 30 Aug 2015 22:58:29 +0000 (+0200) Subject: mfd: bcm590xx: Remove unnecessary MODULE_ALIAS() X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=9828ab4711d6e605ecb565c995123ed849908553;p=linux-beck.git mfd: bcm590xx: Remove unnecessary MODULE_ALIAS() 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 Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/bcm590xx.c b/drivers/mfd/bcm590xx.c index da2af5b4f855..320aaefee718 100644 --- a/drivers/mfd/bcm590xx.c +++ b/drivers/mfd/bcm590xx.c @@ -128,4 +128,3 @@ module_i2c_driver(bcm590xx_i2c_driver); MODULE_AUTHOR("Matt Porter "); MODULE_DESCRIPTION("BCM590xx multi-function driver"); MODULE_LICENSE("GPL v2"); -MODULE_ALIAS("i2c:bcm590xx");