diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2010-03-11 00:21:29 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-13 00:52:33 +0100 |
commit | 9b24b00c364bb3bfa717ba2ead258a527b20cc5f (patch) | |
tree | f59fff4dc5a4631a6d148353f7ce17c47c131984 /drivers/video/via/chip.h | |
parent | viafb: split global index up (diff) | |
download | linux-9b24b00c364bb3bfa717ba2ead258a527b20cc5f.tar.xz linux-9b24b00c364bb3bfa717ba2ead258a527b20cc5f.zip |
viafb: remove the remaining VIA_RES_* uses
Remove the rest of the VIA_RES_* use cases. Obviously this was no longer
useful. Keep the related infrastructure/functions for later use.
No runtime impact expected.
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: Joseph Chan <JosephChan@via.com.tw>
Cc: Scott Fang <ScottFang@viatech.com.cn>
Cc: Krzysztof Helt <krzysztof.h1@poczta.fm>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/via/chip.h')
-rw-r--r-- | drivers/video/via/chip.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/via/chip.h b/drivers/video/via/chip.h index 474f428aea92..52253d0cdf73 100644 --- a/drivers/video/via/chip.h +++ b/drivers/video/via/chip.h @@ -146,7 +146,6 @@ struct tmds_setting_information { int refresh_rate; int get_dvi_size_method; int max_pixel_clock; - int dvi_panel_size; int dvi_panel_hres; int dvi_panel_vres; int native_size; @@ -160,7 +159,6 @@ struct lvds_setting_information { int refresh_rate; int get_lcd_size_method; int lcd_panel_id; - int lcd_panel_size; int lcd_panel_hres; int lcd_panel_vres; int display_method; |