]> Git Repo - linux.git/commitdiff
mfd: twl6040: Remove wrong and unneeded "platform:twl6040" modalias
authorAxel Lin <[email protected]>
Mon, 30 Mar 2015 08:12:55 +0000 (16:12 +0800)
committerLee Jones <[email protected]>
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 <[email protected]>
Signed-off-by: Lee Jones <[email protected]>
drivers/mfd/twl6040.c

index f71ee3dbc2a24a8f416d2063cff1d04422a55000..c5265c1262c50c3496f9142c07704d78d799a1b0 100644 (file)
@@ -814,4 +814,3 @@ MODULE_DESCRIPTION("TWL6040 MFD");
 MODULE_AUTHOR("Misael Lopez Cruz <[email protected]>");
 MODULE_AUTHOR("Jorge Eduardo Candelaria <[email protected]>");
 MODULE_LICENSE("GPL");
-MODULE_ALIAS("platform:twl6040");
This page took 0.04734 seconds and 4 git commands to generate.