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)
commit9828ab4711d6e605ecb565c995123ed849908553
treeb2ea1fe3552b0a4634e59c9b74fffaca0e15fcdf
parent55cec67aa3ddb7bfb5043ce1540db8839059ccb7
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>
drivers/mfd/bcm590xx.c