diff options
Diffstat (limited to 'drivers/video/sh_mobile_lcdcfb.h')
-rw-r--r-- | drivers/video/sh_mobile_lcdcfb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/sh_mobile_lcdcfb.h b/drivers/video/sh_mobile_lcdcfb.h index 6fcfc0ffe3f8..dfd3d766a556 100644 --- a/drivers/video/sh_mobile_lcdcfb.h +++ b/drivers/video/sh_mobile_lcdcfb.h | |||
@@ -32,6 +32,7 @@ struct sh_mobile_lcdc_chan { | |||
32 | unsigned long pan_offset; | 32 | unsigned long pan_offset; |
33 | wait_queue_head_t frame_end_wait; | 33 | wait_queue_head_t frame_end_wait; |
34 | struct completion vsync_completion; | 34 | struct completion vsync_completion; |
35 | struct fb_var_screeninfo display_var; | ||
35 | }; | 36 | }; |
36 | 37 | ||
37 | #endif | 38 | #endif |