Skip to content

Commit

Permalink
backlight: add MODULE_ALIAS() to pwm_backlight driver
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Ben Dooks authored and torvalds committed Aug 5, 2008
1 parent 14563a4 commit 8cd6819
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions drivers/video/backlight/pwm_bl.c
Original file line number Diff line number Diff line change
Expand Up @@ -187,3 +187,5 @@ module_exit(pwm_backlight_exit);

MODULE_DESCRIPTION("PWM based Backlight Driver");
MODULE_LICENSE("GPL");
MODULE_ALIAS("platform:pwm-backlight");

0 comments on commit 8cd6819

Please sign in to comment.