mirror of
https://github.com/S3NEO/android_kernel_samsung_msm8226.git
synced 2024-11-07 03:47:13 +00:00
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:
parent
3038bbdf74
commit
5b8ce5eb81
1 changed files with 1 additions and 1 deletions
|
@ -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");
|
||||
|
|
Loading…
Reference in a new issue