]> Pileus Git - ~andy/linux/blobdiff - include/linux/pwm_backlight.h
Merge branch 'x86/urgent' into x86-mm
[~andy/linux] / include / linux / pwm_backlight.h
index e031e1a486d9fc8e7d7d6539c75d39df1235d2c2..5e3e25a3c9c38d3c3c5be63d2b40cd740f62cfd7 100644 (file)
@@ -4,6 +4,8 @@
 #ifndef __LINUX_PWM_BACKLIGHT_H
 #define __LINUX_PWM_BACKLIGHT_H
 
+#include <linux/backlight.h>
+
 struct platform_pwm_backlight_data {
        int pwm_id;
        unsigned int max_brightness;
@@ -13,6 +15,7 @@ struct platform_pwm_backlight_data {
        int (*init)(struct device *dev);
        int (*notify)(struct device *dev, int brightness);
        void (*exit)(struct device *dev);
+       int (*check_fb)(struct device *dev, struct fb_info *info);
 };
 
 #endif