Skip to content

Commit

Permalink
pxa168fb: remove useless vsync/hsync invert flag
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jun Nie authored and Eric Miao committed Dec 1, 2009
1 parent a291ea2 commit c41562b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/video/pxa168fb.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit c41562b

Please sign in to comment.