commit | 2ba162b9335c6e3ba90c77637372fc9f078aae67 | [log] [tgz] |
---|---|---|
author | Eric Miao <[email protected]> | Wed Apr 30 00:52:24 2008 -0700 |
committer | Linus Torvalds <[email protected]> | Wed Apr 30 08:29:32 2008 -0700 |
tree | 777d19a2b3cd20744e221ca2bba451b4b0db42cd | |
parent | a7535ba730e13db037bd22c79c3805690d0945a2 [diff] [blame] |
pxafb: use completion for LCD disable wait code Signed-off-by: eric miao <[email protected]> Cc: "Antonino A. Daplas" <[email protected]> Cc: Russell King <[email protected]> Signed-off-by: Andrew Morton <[email protected]> Signed-off-by: Linus Torvalds <[email protected]>
diff --git a/drivers/video/pxafb.h b/drivers/video/pxafb.h index b777641..f47f139 100644 --- a/drivers/video/pxafb.h +++ b/drivers/video/pxafb.h
@@ -114,6 +114,8 @@ wait_queue_head_t ctrlr_wait; struct work_struct task; + struct completion disable_done; + #ifdef CONFIG_CPU_FREQ struct notifier_block freq_transition; struct notifier_block freq_policy;