diff options
author | Eric Miao <eric.miao@marvell.com> | 2008-04-30 03:52:24 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-04-30 11:29:32 -0400 |
commit | 2ba162b9335c6e3ba90c77637372fc9f078aae67 (patch) | |
tree | 777d19a2b3cd20744e221ca2bba451b4b0db42cd /drivers/video/pxafb.h | |
parent | a7535ba730e13db037bd22c79c3805690d0945a2 (diff) |
pxafb: use completion for LCD disable wait code
Signed-off-by: eric miao <eric.miao@marvell.com>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Cc: Russell King <rmk@arm.linux.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
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; |