diff options
author | Axel Lin <axel.lin@ingics.com> | 2015-03-30 11:12:55 +0300 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2015-03-30 14:39:22 +0300 |
commit | ba867bc60a44cb8519b7d674c8ab37d139da6910 (patch) | |
tree | c99b1c1f2719c2da68971ce3af358bb5c6e3ef1a /drivers/mfd | |
parent | dc716bbf1d487503110139b019c3e6e526bf7cc8 (diff) | |
download | linux-ba867bc60a44cb8519b7d674c8ab37d139da6910.tar.xz |
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/twl6040.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/mfd/twl6040.c b/drivers/mfd/twl6040.c index f71ee3dbc2a2..c5265c1262c5 100644 --- a/drivers/mfd/twl6040.c +++ b/drivers/mfd/twl6040.c @@ -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"); |