aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/bcm590xx.c
diff options
context:
space:
mode:
authorJavier Martinez Canillas <javier@osg.samsung.com>2015-08-31 00:58:29 +0200
committerLee Jones <lee.jones@linaro.org>2015-10-26 14:49:09 +0000
commit9828ab4711d6e605ecb565c995123ed849908553 (patch)
treeb2ea1fe3552b0a4634e59c9b74fffaca0e15fcdf /drivers/mfd/bcm590xx.c
parentmfd: tps65217: Add battery charger as subdevice (diff)
downloadlinux-dev-9828ab4711d6e605ecb565c995123ed849908553.tar.xz
linux-dev-9828ab4711d6e605ecb565c995123ed849908553.zip
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 <javier@osg.samsung.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/bcm590xx.c')
-rw-r--r--drivers/mfd/bcm590xx.c1
1 files changed, 0 insertions, 1 deletions
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 <mporter@linaro.org>");
MODULE_DESCRIPTION("BCM590xx multi-function driver");
MODULE_LICENSE("GPL v2");
-MODULE_ALIAS("i2c:bcm590xx");