backlight: add MODULE_ALIAS() to pwm_backlight driver
authorBen Dooks <[email protected]>
Tue, 5 Aug 2008 20:01:24 +0000 (13:01 -0700)
committerLinus Torvalds <[email protected]>
Tue, 5 Aug 2008 21:33:48 +0000 (14:33 -0700)
Add the missing MODULE_ALIAS() to the pwm_backlight driver.

Cc: Russell King <[email protected]>
Signed-off-by: Ben Dooks <[email protected]>
Cc: Richard Purdie <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
drivers/video/backlight/pwm_bl.c

index 441e5a707d3717645fea467d3f00dd14874320c4..ea07258565f0e686186ba3479baf5b45ed92ea29 100644 (file)
@@ -187,3 +187,5 @@ module_exit(pwm_backlight_exit);
 
 MODULE_DESCRIPTION("PWM based Backlight Driver");
 MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:pwm-backlight");
+