Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jun Nie and committed by
Eric Miao
c41562b1 a291ea21

-2
-2
include/video/pxa168fb.h
··· 117 117 unsigned invert_composite_blank:1; 118 118 unsigned invert_pix_val_ena:1; 119 119 unsigned invert_pixclock:1; 120 - unsigned invert_vsync:1; 121 - unsigned invert_hsync:1; 122 120 unsigned panel_rbswap:1; 123 121 unsigned active:1; 124 122 unsigned enable_lcd:1;