Commit c41562b1 authored by Jun Nie's avatar Jun Nie Committed by Eric Miao

pxa168fb: remove useless vsync/hsync invert flag

fb_var_screeninfo.var has already encoded this information.
Signed-off-by: default avatarJun Nie <njun@marvell.com>
Signed-off-by: default avatarEric Miao <eric.y.miao@gmail.com>
parent a291ea21
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment