projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad5066d
)
backlight: atmel-pwm-bl: fix module autoload
author
Johan Hovold
<
[email protected]
>
Tue, 12 Nov 2013 23:09:40 +0000
(15:09 -0800)
committer
Linus Torvalds
<
[email protected]
>
Wed, 13 Nov 2013 03:09:21 +0000
(12:09 +0900)
Add missing module alias which is needed for module autoloading.
Signed-off-by: Johan Hovold <
[email protected]
>
Acked-by: Jingoo Han <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
drivers/video/backlight/atmel-pwm-bl.c
patch
|
blob
|
history
diff --git
a/drivers/video/backlight/atmel-pwm-bl.c
b/drivers/video/backlight/atmel-pwm-bl.c
index e21beb6ad9439e1b3690b61df5fd2a7766bced5f..4886028c9eaad5e25bf2fcc3f050019d21efedf2 100644
(file)
--- a/
drivers/video/backlight/atmel-pwm-bl.c
+++ b/
drivers/video/backlight/atmel-pwm-bl.c
@@
-229,3
+229,4
@@
module_platform_driver(atmel_pwm_bl_driver);
MODULE_AUTHOR("Hans-Christian egtvedt <
[email protected]
>");
MODULE_DESCRIPTION("Atmel PWM backlight driver");
MODULE_LICENSE("GPL");
+MODULE_ALIAS("platform:atmel-pwm-bl");