diff options
Diffstat (limited to 'drivers/video/pxafb.h')
-rw-r--r-- | drivers/video/pxafb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/video/pxafb.h b/drivers/video/pxafb.h index 31541b86f13d..d8eb93fa03a3 100644 --- a/drivers/video/pxafb.h +++ b/drivers/video/pxafb.h | |||
@@ -124,6 +124,9 @@ struct pxafb_info { | |||
124 | struct notifier_block freq_transition; | 124 | struct notifier_block freq_transition; |
125 | struct notifier_block freq_policy; | 125 | struct notifier_block freq_policy; |
126 | #endif | 126 | #endif |
127 | |||
128 | void (*lcd_power)(int, struct fb_var_screeninfo *); | ||
129 | void (*backlight_power)(int); | ||
127 | }; | 130 | }; |
128 | 131 | ||
129 | #define TO_INF(ptr,member) container_of(ptr,struct pxafb_info,member) | 132 | #define TO_INF(ptr,member) container_of(ptr,struct pxafb_info,member) |