diff options
author | Florian Tobias Schandinat <FlorianSchandinat@gmx.de> | 2010-03-11 00:21:36 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-03-13 00:52:33 +0100 |
commit | 4bbac05f8c0ab40dcc52ed6dff44e1b0d80fa6e3 (patch) | |
tree | 2829ac5401f88c99e4f796d7445f9311cd34670c /drivers/video/via/share.h | |
parent | viafb: split color mode setting up (diff) | |
download | linux-4bbac05f8c0ab40dcc52ed6dff44e1b0d80fa6e3.tar.xz linux-4bbac05f8c0ab40dcc52ed6dff44e1b0d80fa6e3.zip |
viafb: remove dead code due to IGA1_IGA2
Some code depended on IGA1_IGA2 which was never set (at least with the
symbolic name). Remove this dead code although it might one day be useful
to get a hint on how some things might work. However as this is dead it
is likely full of bugs and would prevent a clean structure (as it has some
very strange things).
Dead code -> no regressions, at least if VIA doesn't do anything very ugly.
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Cc: Scott Fang <ScottFang@viatech.com.cn>
Cc: Joseph Chan <JosephChan@via.com.tw>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/video/via/share.h')
-rw-r--r-- | drivers/video/via/share.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/via/share.h b/drivers/video/via/share.h index fad3d2d8053c..d55aaa7b912c 100644 --- a/drivers/video/via/share.h +++ b/drivers/video/via/share.h @@ -63,7 +63,6 @@ /* Display path */ #define IGA1 1 #define IGA2 2 -#define IGA1_IGA2 3 /* Define Color Depth */ #define MODE_8BPP 1 |