mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 19:30:30 +09:00
backlight: power-off the backlight,when reboot
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user