aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/video/via/chip.h
diff options
context:
space:
mode:
authorFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2010-12-18 21:31:55 -0500
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-03-09 13:58:30 -0500
commitd90108765b64e39e88e59f51d05ac652f0e53fea (patch)
tree4fe90d18b02d7eead1213592bde71a3d13794f3a /drivers/video/via/chip.h
parentc8350be26237e2b850b9611dbe55304ad6ebc6c7 (diff)
viafb: strip some structures
This patch removes some write-only variables from the device management structures. Just a small cleanup. Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/via/chip.h')
-rw-r--r--drivers/video/via/chip.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/via/chip.h b/drivers/video/via/chip.h
index 3e8aacd0609e..781f3aa66b42 100644
--- a/drivers/video/via/chip.h
+++ b/drivers/video/via/chip.h
@@ -139,9 +139,6 @@ struct chip_information {
139 139
140struct crt_setting_information { 140struct crt_setting_information {
141 int iga_path; 141 int iga_path;
142 int h_active;
143 int v_active;
144 int bpp;
145 int refresh_rate; 142 int refresh_rate;
146}; 143};
147 144
@@ -159,7 +156,6 @@ struct lvds_setting_information {
159 int h_active; 156 int h_active;
160 int v_active; 157 int v_active;
161 int bpp; 158 int bpp;
162 int refresh_rate;
163 int lcd_panel_hres; 159 int lcd_panel_hres;
164 int lcd_panel_vres; 160 int lcd_panel_vres;
165 int display_method; 161 int display_method;