* [PATCH] gpio: ab8500: fix MODULE_ALIAS for ab8500
@ 2011-06-24 14:30 Axel Lin
2011-06-28 11:00 ` Linus Walleij
0 siblings, 1 reply; 2+ messages in thread
From: Axel Lin @ 2011-06-24 14:30 UTC (permalink / raw)
To: linux-kernel; +Cc: BIBEK BASU, Grant Likely
Since 43cc71eed1250755986da4c0f9898f9a635cb3bf (platform: prefix MODALIAS
with "platform:"), the platform modalias is prefixed with "platform:".
This patch changes the MODULE_ALIAS to "platform:ab8500-gpio".
Signed-off-by: Axel Lin <axel.lin@gmail.com>
---
drivers/gpio/gpio-ab8500.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpio/gpio-ab8500.c b/drivers/gpio/gpio-ab8500.c
index ed795e6..050c05d 100644
--- a/drivers/gpio/gpio-ab8500.c
+++ b/drivers/gpio/gpio-ab8500.c
@@ -516,5 +516,5 @@ module_exit(ab8500_gpio_exit);
MODULE_AUTHOR("BIBEK BASU <bibek.basu@stericsson.com>");
MODULE_DESCRIPTION("Driver allows to use AB8500 unused pins to be used as GPIO");
-MODULE_ALIAS("AB8500 GPIO driver");
+MODULE_ALIAS("platform:ab8500-gpio");
MODULE_LICENSE("GPL v2");
--
1.7.4.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] gpio: ab8500: fix MODULE_ALIAS for ab8500
2011-06-24 14:30 [PATCH] gpio: ab8500: fix MODULE_ALIAS for ab8500 Axel Lin
@ 2011-06-28 11:00 ` Linus Walleij
0 siblings, 0 replies; 2+ messages in thread
From: Linus Walleij @ 2011-06-28 11:00 UTC (permalink / raw)
To: Axel Lin; +Cc: linux-kernel, BIBEK BASU, Grant Likely
2011/6/24 Axel Lin <axel.lin@gmail.com>:
> Since 43cc71eed1250755986da4c0f9898f9a635cb3bf (platform: prefix MODALIAS
> with "platform:"), the platform modalias is prefixed with "platform:".
>
> This patch changes the MODULE_ALIAS to "platform:ab8500-gpio".
>
> Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Thanks,
Linus Walleij
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-28 11:01 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-24 14:30 [PATCH] gpio: ab8500: fix MODULE_ALIAS for ab8500 Axel Lin
2011-06-28 11:00 ` Linus Walleij
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox