diff options
author | Jun Nie <njun@marvell.com> | 2009-11-10 02:11:36 -0500 |
---|---|---|
committer | Eric Miao <eric.y.miao@gmail.com> | 2009-11-30 20:02:32 -0500 |
commit | c41562b1626b578e9ce2aae5b3363ee2f142c635 (patch) | |
tree | 18f7bce9e78062617823a17874a2d93ffe199e80 /include/video | |
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>
Diffstat (limited to 'include/video')
-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 b5cc72fe0461..8c2f385a90ea 100644 --- a/include/video/pxa168fb.h +++ b/include/video/pxa168fb.h | |||
@@ -117,8 +117,6 @@ struct pxa168fb_mach_info { | |||
117 | unsigned invert_composite_blank:1; | 117 | unsigned invert_composite_blank:1; |
118 | unsigned invert_pix_val_ena:1; | 118 | unsigned invert_pix_val_ena:1; |
119 | unsigned invert_pixclock:1; | 119 | unsigned invert_pixclock:1; |
120 | unsigned invert_vsync:1; | ||
121 | unsigned invert_hsync:1; | ||
122 | unsigned panel_rbswap:1; | 120 | unsigned panel_rbswap:1; |
123 | unsigned active:1; | 121 | unsigned active:1; |
124 | unsigned enable_lcd:1; | 122 | unsigned enable_lcd:1; |