Re: [PATCH] mfd: twl6040: Remove wrong and unneeded platform:twl6040 modalias

2015-03-30 Thread Lee Jones
On Mon, 30 Mar 2015, Axel Lin wrote:

 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@ingics.com
 ---
  drivers/mfd/twl6040.c | 1 -
  1 file changed, 1 deletion(-)

Applied, thanks.

 diff --git a/drivers/mfd/twl6040.c b/drivers/mfd/twl6040.c
 index f71ee3d..c5265c1 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.lo...@ti.com);
  MODULE_AUTHOR(Jorge Eduardo Candelaria jorge.candela...@ti.com);
  MODULE_LICENSE(GPL);
 -MODULE_ALIAS(platform:twl6040);

-- 
Lee Jones
Linaro STMicroelectronics Landing Team Lead
Linaro.org │ Open source software for ARM SoCs
Follow Linaro: Facebook | Twitter | Blog
--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[PATCH] mfd: twl6040: Remove wrong and unneeded platform:twl6040 modalias

2015-03-30 Thread Axel Lin
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@ingics.com
---
 drivers/mfd/twl6040.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/mfd/twl6040.c b/drivers/mfd/twl6040.c
index f71ee3d..c5265c1 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.lo...@ti.com);
 MODULE_AUTHOR(Jorge Eduardo Candelaria jorge.candela...@ti.com);
 MODULE_LICENSE(GPL);
-MODULE_ALIAS(platform:twl6040);
-- 
1.9.1



--
To unsubscribe from this list: send the line unsubscribe linux-omap in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html