diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-03-21 01:46:24 +0000 |
---|---|---|
committer | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2011-03-21 21:47:22 +0000 |
commit | 0523656eed6941a1a0e6b8de36ca73f44d2142c0 (patch) | |
tree | 48f44dcb400c515dcc1aea0f6c9d03845aff8131 /drivers/video/via/chip.h | |
parent | 486d4c08dd2eb29b26b4a27f8056155a7a639861 (diff) | |
download | linux-3.10-0523656eed6941a1a0e6b8de36ca73f44d2142c0.tar.gz linux-3.10-0523656eed6941a1a0e6b8de36ca73f44d2142c0.tar.bz2 linux-3.10-0523656eed6941a1a0e6b8de36ca73f44d2142c0.zip |
viafb: kill crt_setting_information
As the iga path is the only remaining information which is also
handled by the active devices there is no reason to keep it.
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Diffstat (limited to 'drivers/video/via/chip.h')
-rw-r--r-- | drivers/video/via/chip.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/video/via/chip.h b/drivers/video/via/chip.h index 29d70244a21..1aa0fb3c343 100644 --- a/drivers/video/via/chip.h +++ b/drivers/video/via/chip.h @@ -137,10 +137,6 @@ struct chip_information { struct lvds_chip_information lvds_chip_info2; }; -struct crt_setting_information { - int iga_path; -}; - struct tmds_setting_information { int iga_path; int h_active; |