mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-24 04:34:08 +08:00
drivers/misc/ab8500-pwm.c: fix modalias
Since 43cc71eed1
("platform: prefix MODALIAS with "platform:""), the
platform modalias is prefixed with "platform:".
This patch changes the MODULE_ALIAS to "platform:ab8500-pwm".
Signed-off-by: Axel Lin <axel.lin@gmail.com>
Acked-by: Arun Murthy <arun.murthy@stericsson.com>
Cc: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
b89d5f17d4
commit
37b7bf67c3
@ -164,5 +164,5 @@ subsys_initcall(ab8500_pwm_init);
|
||||
module_exit(ab8500_pwm_exit);
|
||||
MODULE_AUTHOR("Arun MURTHY <arun.murthy@stericsson.com>");
|
||||
MODULE_DESCRIPTION("AB8500 Pulse Width Modulation Driver");
|
||||
MODULE_ALIAS("AB8500 PWM driver");
|
||||
MODULE_ALIAS("platform:ab8500-pwm");
|
||||
MODULE_LICENSE("GPL v2");
|
||||
|
Loading…
Reference in New Issue
Block a user