diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2008-07-24 00:30:53 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-24 13:47:35 -0400 |
commit | 6eed8e1ec8532a6cd10c8b27236bde023c52c56a (patch) | |
tree | d992c96807c7e2e25666d09a154316241ba6de8f /include/video | |
parent | 122e8ad3cbf172043ea93f2db8e107fa9f9b0192 (diff) |
tridentfb: move global flat panel variable into structure
This patch moves flat panel indicator into tridentfb_par structure and removes
related global variables and macros.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Cc: "Antonino A. Daplas" <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/trident.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/include/video/trident.h b/include/video/trident.h index 200be2551681..d3dd737a1ba8 100644 --- a/include/video/trident.h +++ b/include/video/trident.h | |||
@@ -63,12 +63,6 @@ | |||
63 | #define LCD_CENTER 1 | 63 | #define LCD_CENTER 1 |
64 | #define LCD_BIOS 2 | 64 | #define LCD_BIOS 2 |
65 | 65 | ||
66 | /* display types */ | ||
67 | #define DISPLAY_CRT 0 | ||
68 | #define DISPLAY_FP 1 | ||
69 | |||
70 | #define flatpanel (displaytype == DISPLAY_FP) | ||
71 | |||
72 | /* General Registers */ | 66 | /* General Registers */ |
73 | #define SPR 0x1F /* Software Programming Register (videoram) */ | 67 | #define SPR 0x1F /* Software Programming Register (videoram) */ |
74 | 68 | ||