mfd: rt5033: Remove unnecessary MODULE_ALIAS()
authorJavier Martinez Canillas <javier@osg.samsung.com>
Sun, 30 Aug 2015 22:58:30 +0000 (00:58 +0200)
committerLee Jones <lee.jones@linaro.org>
Mon, 26 Oct 2015 14:49:10 +0000 (14:49 +0000)
commit4a322296680e560a8ff7eb05c1e58a8cf8497344
treeaeb27413f17afb9ee41365e329151cab1ac436b7
parent9828ab4711d6e605ecb565c995123ed849908553
mfd: rt5033: Remove unnecessary MODULE_ALIAS()

The driver has a I2C device id table that is used to create the module
aliases which already contains a "rt5033". So the alias is not needed.

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