dect
/
linux-2.6
Archived
13
0
Fork 0

gpio: ab8500: fix MODULE_ALIAS for ab8500

Since 43cc71eed1 (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>
Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
This commit is contained in:
Axel Lin 2011-07-28 22:16:49 +08:00 committed by Grant Likely
parent 3038bbdf74
commit 5b8ce5eb81
1 changed files with 1 additions and 1 deletions

View File

@ -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");