diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-02-12 20:34:17 +0000 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2012-03-04 12:05:15 +0000 |
commit | 91dc1be8f698eb016343d534159a919678e3889c (patch) | |
tree | 286944db798d0254314e9e346cf74fa9c87211d3 /drivers/video/via/chip.h | |
parent | 70a27df1579b0e8d7d478d034980f8a7f8a20d54 (diff) |
viafb: LCD bpp cleanup
This patch removes redundant bits per pixel information by using the
one storged in var directly. Simplifies code without any functional
changes.
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/via/chip.h')
-rw-r--r-- | drivers/video/via/chip.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/via/chip.h b/drivers/video/via/chip.h index c2ecdb5a94d..d32a5076c20 100644 --- a/drivers/video/via/chip.h +++ b/drivers/video/via/chip.h @@ -146,7 +146,6 @@ struct tmds_setting_information { struct lvds_setting_information { int iga_path; - int bpp; int lcd_panel_hres; int lcd_panel_vres; int display_method; |