diff options
author | Jun Nie <njun@marvell.com> | 2009-11-10 15:11:36 +0800 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2009-12-01 09:02:32 +0800 |
commit | c41562b1626b578e9ce2aae5b3363ee2f142c635 (patch) | |
tree | 18f7bce9e78062617823a17874a2d93ffe199e80 | |
parent | a291ea217ca88dc6f0343f6bea9bb4a35bb08848 (diff) |
pxa168fb: remove useless vsync/hsync invert flag
fb_var_screeninfo.var has already encoded this information.
Signed-off-by: Jun Nie <njun@marvell.com>
Signed-off-by: Eric Miao <eric.y.miao@gmail.com>
-rw-r--r-- | include/video/pxa168fb.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/video/pxa168fb.h b/include/video/pxa168fb.h index b5cc72fe046..8c2f385a90e 100644 --- a/include/video/pxa168fb.h +++ b/include/video/pxa168fb.h @@ -117,8 +117,6 @@ struct pxa168fb_mach_info { unsigned invert_composite_blank:1; unsigned invert_pix_val_ena:1; unsigned invert_pixclock:1; - unsigned invert_vsync:1; - unsigned invert_hsync:1; unsigned panel_rbswap:1; unsigned active:1; unsigned enable_lcd:1; |