aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2010-12-11 00:11:00 -0500
committerFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>2011-03-09 13:58:28 -0500
commitc8350be26237e2b850b9611dbe55304ad6ebc6c7 (patch)
treef8f22be54e28743bdade865b44475de89bbef780 /drivers
parentdbf85f2326dbb070256ff153853b00f70c27717a (diff)
viafb: remove unused data_mode and device_type
This patch is a little cleanup for the chip_info structures. Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/video/via/chip.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/video/via/chip.h b/drivers/video/via/chip.h
index a2f62002c3a3..3e8aacd0609e 100644
--- a/drivers/video/via/chip.h
+++ b/drivers/video/via/chip.h
@@ -110,16 +110,13 @@
110struct tmds_chip_information { 110struct tmds_chip_information {
111 int tmds_chip_name; 111 int tmds_chip_name;
112 int tmds_chip_slave_addr; 112 int tmds_chip_slave_addr;
113 int data_mode;
114 int output_interface; 113 int output_interface;
115 int i2c_port; 114 int i2c_port;
116 int device_type;
117}; 115};
118 116
119struct lvds_chip_information { 117struct lvds_chip_information {
120 int lvds_chip_name; 118 int lvds_chip_name;
121 int lvds_chip_slave_addr; 119 int lvds_chip_slave_addr;
122 int data_mode;
123 int output_interface; 120 int output_interface;
124 int i2c_port; 121 int i2c_port;
125}; 122};