Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drivers/misc/ab8500-pwm.c: fix modalias

Since 43cc71eed12 ("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>

authored by

Axel Lin and committed by
Linus Torvalds
37b7bf67 b89d5f17

+1 -1
+1 -1
drivers/misc/ab8500-pwm.c
··· 164 164 module_exit(ab8500_pwm_exit); 165 165 MODULE_AUTHOR("Arun MURTHY <arun.murthy@stericsson.com>"); 166 166 MODULE_DESCRIPTION("AB8500 Pulse Width Modulation Driver"); 167 - MODULE_ALIAS("AB8500 PWM driver"); 167 + MODULE_ALIAS("platform:ab8500-pwm"); 168 168 MODULE_LICENSE("GPL v2");