public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] mfd: twl4030-madc: add "platform:" prefix for platform modalias
@ 2011-03-07  3:02 Axel Lin
  2011-03-07  3:04 ` [PATCH 2/3] mtd: " Axel Lin
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Axel Lin @ 2011-03-07  3:02 UTC (permalink / raw)
  To: linux-kernel; +Cc: J Keerthy, Samuel Ortiz

Since 43cc71eed1250755986da4c0f9898f9a635cb3bf (platform: prefix MODALIAS
with "platform:"), the platform modalias is prefixed with "platform:".

Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
 drivers/mfd/twl4030-madc.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/mfd/twl4030-madc.c b/drivers/mfd/twl4030-madc.c
index e9884e2..3941ddc 100644
--- a/drivers/mfd/twl4030-madc.c
+++ b/drivers/mfd/twl4030-madc.c
@@ -799,4 +799,4 @@ module_exit(twl4030_madc_exit);
 MODULE_DESCRIPTION("TWL4030 ADC driver");
 MODULE_LICENSE("GPL");
 MODULE_AUTHOR("J Keerthy");
-MODULE_ALIAS("twl4030_madc");
+MODULE_ALIAS("platform:twl4030_madc");
-- 
1.7.2




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2011-03-28  6:44 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-07  3:02 [PATCH 1/3] mfd: twl4030-madc: add "platform:" prefix for platform modalias Axel Lin
2011-03-07  3:04 ` [PATCH 2/3] mtd: " Axel Lin
2011-03-08 11:01   ` Artem Bityutskiy
2011-03-07  3:05 ` [PATCH 3/3] hwmon: twl4030-madc-hwmon: " Axel Lin
2011-03-08  1:23   ` Guenter Roeck
2011-03-28  6:43   ` Guenter Roeck
2011-03-14 10:23 ` [PATCH 1/3] mfd: twl4030-madc: " Samuel Ortiz

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox