diff options
author | Johan Hovold <[email protected]> | 2013-11-12 15:09:40 -0800 |
---|---|---|
committer | Linus Torvalds <[email protected]> | 2013-11-13 12:09:21 +0900 |
commit | 5c057e5570f18b9d0f4eea99e0a0d55ad5f30e36 (patch) | |
tree | 6e542d1f63f9c83c23e96c3c025a1d9e9febac02 | |
parent | ad5066d4c2b1d696749f8d7816357c23b648c4d3 (diff) |
backlight: atmel-pwm-bl: fix module autoload
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]>
-rw-r--r-- | drivers/video/backlight/atmel-pwm-bl.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/backlight/atmel-pwm-bl.c b/drivers/video/backlight/atmel-pwm-bl.c index e21beb6ad943..4886028c9eaa 100644 --- 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"); |