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>
This commit is contained in:
parent
9828ab4711
commit
4a32229668
|
@ -137,7 +137,6 @@ static struct i2c_driver rt5033_driver = {
|
|||
};
|
||||
module_i2c_driver(rt5033_driver);
|
||||
|
||||
MODULE_ALIAS("i2c:rt5033");
|
||||
MODULE_DESCRIPTION("Richtek RT5033 multi-function core driver");
|
||||
MODULE_AUTHOR("Beomho Seo <beomho.seo@samsung.com>");
|
||||
MODULE_LICENSE("GPL");
|
||||
|
|
Loading…
Reference in New Issue