diff options
Diffstat (limited to 'include/video/broadsheetfb.h')
-rw-r--r-- | include/video/broadsheetfb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/broadsheetfb.h b/include/video/broadsheetfb.h index a758534c0272..a2c2829ceb38 100644 --- a/include/video/broadsheetfb.h +++ b/include/video/broadsheetfb.h | |||
@@ -41,6 +41,7 @@ struct broadsheetfb_par { | |||
41 | void (*write_reg)(struct broadsheetfb_par *, u16 reg, u16 val); | 41 | void (*write_reg)(struct broadsheetfb_par *, u16 reg, u16 val); |
42 | u16 (*read_reg)(struct broadsheetfb_par *, u16 reg); | 42 | u16 (*read_reg)(struct broadsheetfb_par *, u16 reg); |
43 | wait_queue_head_t waitq; | 43 | wait_queue_head_t waitq; |
44 | int panel_index; | ||
44 | }; | 45 | }; |
45 | 46 | ||
46 | /* board specific routines */ | 47 | /* board specific routines */ |