Mach-rk29 : add new board td8801_v2 config
[firefly-linux-kernel-4.4.55.git] / drivers / video / backlight / rk29_buttonlight.c
index 342c6eae7c08213858299b676eca150f7bf8c965..0853ff83a23600218208e5e821b25c188cf32e7b 100755 (executable)
@@ -76,7 +76,7 @@ static int rk29_button_light_probe(struct platform_device *pdev)
 {               
     struct rk29_button_light_info *button_light_info = pdev->dev.platform_data;
     
-       rk29_button_light_device = backlight_device_register("rk28_button_light", &pdev->dev, NULL, &rk29_button_light_ops);
+       rk29_button_light_device = backlight_device_register("rk28_button_light", &pdev->dev, NULL, &rk29_button_light_ops,NULL);
        if (!rk29_button_light_device) {
         DBG("rk29_button_light_probe error\n"); 
                return -ENODEV;