diff options
Diffstat (limited to 'include/video')
-rw-r--r-- | include/video/tgafb.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/video/tgafb.h b/include/video/tgafb.h index 03d0dbe293a8..7bc5e2c14826 100644 --- a/include/video/tgafb.h +++ b/include/video/tgafb.h | |||
@@ -216,6 +216,7 @@ struct tga_par { | |||
216 | u32 pll_freq; /* pixclock in mhz */ | 216 | u32 pll_freq; /* pixclock in mhz */ |
217 | u32 bits_per_pixel; /* bits per pixel */ | 217 | u32 bits_per_pixel; /* bits per pixel */ |
218 | u32 sync_on_green; /* set if sync is on green */ | 218 | u32 sync_on_green; /* set if sync is on green */ |
219 | u32 palette[16]; | ||
219 | }; | 220 | }; |
220 | 221 | ||
221 | 222 | ||