Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ba867bc6 authored by Axel Lin's avatar Axel Lin Committed by Lee Jones
Browse files

mfd: twl6040: Remove wrong and unneeded "platform:twl6040" modalias



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: default avatarAxel Lin <axel.lin@ingics.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
parent dc716bbf
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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");