backlight: power-off the backlight,when reboot

This commit is contained in:
许盛飞
2014-04-21 19:14:37 +08:00
parent 84e5deb831
commit da94e41f43

View File

@@ -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);