mfd: rt5033: Remove unnecessary MODULE_ALIAS()
authorJavier Martinez Canillas <[email protected]>
Sun, 30 Aug 2015 22:58:30 +0000 (00:58 +0200)
committerLee Jones <[email protected]>
Mon, 26 Oct 2015 14:49:10 +0000 (14:49 +0000)
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 <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
drivers/mfd/rt5033.c

index d60f91619c4a5b2377c5ac43fee450228a8594ca..110de2a583afd3e6fed29ca55d763ff630f634e1 100644 (file)
@@ -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 <[email protected]>");
 MODULE_LICENSE("GPL");