Skip to content

Commit

Permalink
mfd: twl6040: Remove wrong and unneeded "platform:twl6040" modalias
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
AxelLin authored and Lee Jones committed Mar 30, 2015
1 parent dc716bb commit ba867bc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/mfd/twl6040.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit ba867bc

Please sign in to comment.