Commit 5b8ce5eb81220b6329c467f76d1bfc9959dbfffc
Committed by
Grant Likely
1 parent
3038bbdf74
Exists in
master
and in
6 other branches
gpio: ab8500: fix MODULE_ALIAS for ab8500
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> Signed-off-by: Grant Likely <grant.likely@secretlab.ca>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/gpio/gpio-ab8500.c
... | ... | @@ -516,6 +516,6 @@ |
516 | 516 | |
517 | 517 | MODULE_AUTHOR("BIBEK BASU <bibek.basu@stericsson.com>"); |
518 | 518 | MODULE_DESCRIPTION("Driver allows to use AB8500 unused pins to be used as GPIO"); |
519 | -MODULE_ALIAS("AB8500 GPIO driver"); | |
519 | +MODULE_ALIAS("platform:ab8500-gpio"); | |
520 | 520 | MODULE_LICENSE("GPL v2"); |