Skip to content

Commit

Permalink
gpio: ab8500: fix MODULE_ALIAS for ab8500
Browse files Browse the repository at this point in the history
Since 43cc71e (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>
  • Loading branch information
Axel Lin authored and Grant Likely committed Jul 28, 2011
1 parent 3038bbd commit 5b8ce5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpio/gpio-ab8500.c
Original file line number Diff line number Diff line change
Expand Up @@ -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");

0 comments on commit 5b8ce5e

Please sign in to comment.