viafb: remove unused data_mode and device_type

This patch is a little cleanup for the chip_info structures.
Signed-off-by: default avatarFlorian Tobias Schandinat <FlorianSchandinat@gmx.de>
parent dbf85f23
...@@ -110,16 +110,13 @@ ...@@ -110,16 +110,13 @@
struct tmds_chip_information { struct tmds_chip_information {
int tmds_chip_name; int tmds_chip_name;
int tmds_chip_slave_addr; int tmds_chip_slave_addr;
int data_mode;
int output_interface; int output_interface;
int i2c_port; int i2c_port;
int device_type;
}; };
struct lvds_chip_information { struct lvds_chip_information {
int lvds_chip_name; int lvds_chip_name;
int lvds_chip_slave_addr; int lvds_chip_slave_addr;
int data_mode;
int output_interface; int output_interface;
int i2c_port; int i2c_port;
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment