diff options
author | Paul Mundt <lethal@linux-sh.org> | 2011-03-29 16:06:21 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2011-03-29 16:06:21 +0900 |
commit | 1fcf0069f4715f6f811466db68a547a348b4d5a9 (patch) | |
tree | 00817872a00b162b493f65e5a90212ce54ba52ef /drivers/video/sh_mobile_lcdcfb.h | |
parent | 53f358a81e10e798f44af896ffacaedd7ac0269b (diff) | |
parent | 247f99386100d1d1c369ba98120d2edebf5426fc (diff) |
Merge branch 'common/fbdev' of master.kernel.org:/pub/scm/linux/kernel/git/lethal/sh-2.6
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 4635eed63ee..f16cb5645a1 100644 --- a/drivers/video/sh_mobile_lcdcfb.h +++ b/drivers/video/sh_mobile_lcdcfb.h @@ -37,6 +37,7 @@ struct sh_mobile_lcdc_chan { struct completion vsync_completion; struct fb_var_screeninfo display_var; int use_count; + int blank_status; struct mutex open_lock; /* protects the use counter */ }; |