]> asedeno.scripts.mit.edu Git - linux.git/commit
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)
commitba867bc60a44cb8519b7d674c8ab37d139da6910
treec99b1c1f2719c2da68971ce3af358bb5c6e3ef1a
parentdc716bbf1d487503110139b019c3e6e526bf7cc8
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: Axel Lin <axel.lin@ingics.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/twl6040.c