summaryrefslogtreecommitdiffstats
path: root/drivers/video/via/chip.h
diff options
context:
space:
mode:
authorFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-03-22 20:33:20 +0000
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-03-23 13:04:35 +0000
commitc91faa61697a60ee5cc653db9b6fd3c7049890a6 (patch)
tree77c42ff713288a401dde693049a3dd19fb5f9728 /drivers/video/via/chip.h
parent0523656eed6941a1a0e6b8de36ca73f44d2142c0 (diff)
downloadop-kernel-dev-c91faa61697a60ee5cc653db9b6fd3c7049890a6.zip
op-kernel-dev-c91faa61697a60ee5cc653db9b6fd3c7049890a6.tar.gz
viafb: remove unused max_hres/vres
This patch removes the max_hres and max_vres which are not used at the moment. In general they could be useful but it would be better to get them via any standard EDID implementation and not the buggy incomplete one currently used which is also removed as far as possible. Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/via/chip.h')
-rw-r--r--drivers/video/via/chip.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/via/chip.h b/drivers/video/via/chip.h
index 1aa0fb3c..3ebf20c 100644
--- a/drivers/video/via/chip.h
+++ b/drivers/video/via/chip.h
@@ -142,8 +142,6 @@ struct tmds_setting_information {
int h_active;
int v_active;
int max_pixel_clock;
- int max_hres;
- int max_vres;
};
struct lvds_setting_information {
OpenPOWER on IntegriCloud