diff options
Diffstat (limited to 'drivers/video/pxafb.h')
-rw-r--r-- | drivers/video/pxafb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/pxafb.h b/drivers/video/pxafb.h index b777641c5e70..f47f139fc5ed 100644 --- a/drivers/video/pxafb.h +++ b/drivers/video/pxafb.h | |||
@@ -114,6 +114,8 @@ struct pxafb_info { | |||
114 | wait_queue_head_t ctrlr_wait; | 114 | wait_queue_head_t ctrlr_wait; |
115 | struct work_struct task; | 115 | struct work_struct task; |
116 | 116 | ||
117 | struct completion disable_done; | ||
118 | |||
117 | #ifdef CONFIG_CPU_FREQ | 119 | #ifdef CONFIG_CPU_FREQ |
118 | struct notifier_block freq_transition; | 120 | struct notifier_block freq_transition; |
119 | struct notifier_block freq_policy; | 121 | struct notifier_block freq_policy; |