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>

No differences found