mirror of
https://github.com/torvalds/linux.git
synced 2026-06-09 07:03:37 +02:00
backlight: power-off the backlight,when reboot
This commit is contained in:
parent
84e5deb831
commit
da94e41f43
|
|
@ -393,6 +393,7 @@ static struct platform_driver pwm_backlight_driver = {
|
|||
},
|
||||
.probe = pwm_backlight_probe,
|
||||
.remove = pwm_backlight_remove,
|
||||
.shutdown = pwm_backlight_remove,
|
||||
};
|
||||
|
||||
module_platform_driver(pwm_backlight_driver);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user