mfd: twl6040: Remove wrong and unneeded "platform:twl6040" modalias
authorAxel Lin <axel.lin@ingics.com>
Mon, 30 Mar 2015 08:12:55 +0000 (16:12 +0800)
committerLee Jones <lee.jones@linaro.org>
Mon, 30 Mar 2015 11:39:22 +0000 (12:39 +0100)
This is a I2C driver, so it's wrong to use platform prefix for the
modalias. We have all needed i2c aliases coming form MODULE_DEVICE_TABLE,
so let's remove the wrong and unneeded "platform:twl6040" modalias.

Signed-off-by: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/twl6040.c

index f71ee3d..c5265c1 100644 (file)
@@ -814,4 +814,3 @@ MODULE_DESCRIPTION("TWL6040 MFD");
 MODULE_AUTHOR("Misael Lopez Cruz <misael.lopez@ti.com>");
 MODULE_AUTHOR("Jorge Eduardo Candelaria <jorge.candelaria@ti.com>");
 MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform:twl6040");