Skip to content

Commit

Permalink
viafb: remove unused data_mode and device_type
Browse files Browse the repository at this point in the history
This patch is a little cleanup for the chip_info structures.

Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
  • Loading branch information
Florian Tobias Schandinat authored and Florian Tobias Schandinat committed Mar 9, 2011
1 parent dbf85f2 commit c8350be
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/video/via/chip.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,16 +110,13 @@
struct tmds_chip_information {
int tmds_chip_name;
int tmds_chip_slave_addr;
int data_mode;
int output_interface;
int i2c_port;
int device_type;
};

struct lvds_chip_information {
int lvds_chip_name;
int lvds_chip_slave_addr;
int data_mode;
int output_interface;
int i2c_port;
};
Expand Down

0 comments on commit c8350be

Please sign in to comment.