diff options
Diffstat (limited to 'drivers/video/sis/vstruct.h')
-rw-r--r-- | drivers/video/sis/vstruct.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/video/sis/vstruct.h b/drivers/video/sis/vstruct.h index bef4aae388d0..a860039c1122 100644 --- a/drivers/video/sis/vstruct.h +++ b/drivers/video/sis/vstruct.h | |||
@@ -233,9 +233,6 @@ struct SiS_Private | |||
233 | { | 233 | { |
234 | unsigned char ChipType; | 234 | unsigned char ChipType; |
235 | unsigned char ChipRevision; | 235 | unsigned char ChipRevision; |
236 | #ifdef SIS_XORG_XF86 | ||
237 | PCITAG PciTag; | ||
238 | #endif | ||
239 | #ifdef SIS_LINUX_KERNEL | 236 | #ifdef SIS_LINUX_KERNEL |
240 | void *ivideo; | 237 | void *ivideo; |
241 | #endif | 238 | #endif |
@@ -280,9 +277,6 @@ struct SiS_Private | |||
280 | unsigned short SiS_IF_DEF_FSTN; | 277 | unsigned short SiS_IF_DEF_FSTN; |
281 | unsigned short SiS_SysFlags; | 278 | unsigned short SiS_SysFlags; |
282 | unsigned char SiS_VGAINFO; | 279 | unsigned char SiS_VGAINFO; |
283 | #ifdef SIS_XORG_XF86 | ||
284 | unsigned short SiS_CP1, SiS_CP2, SiS_CP3, SiS_CP4; | ||
285 | #endif | ||
286 | bool SiS_UseROM; | 280 | bool SiS_UseROM; |
287 | bool SiS_ROMNew; | 281 | bool SiS_ROMNew; |
288 | bool SiS_XGIROM; | 282 | bool SiS_XGIROM; |