staging: xgifb: delete bSkipSense

bSkipSense is always false, thus redundant.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
Aaro Koskinen 2011-03-08 22:16:10 +02:00 committed by Greg Kroah-Hartman
parent 66c2458c79
commit 600a710b8b
2 changed files with 21 additions and 25 deletions

View File

@ -388,7 +388,6 @@ unsigned char XGIInitNew(struct xgi_hw_device_info *HwDeviceExtension)
XGINew_SetReg1(pVBInfo->P3d4, 0x83, 0x00); XGINew_SetReg1(pVBInfo->P3d4, 0x83, 0x00);
printk("181"); printk("181");
if (HwDeviceExtension->bSkipSense == 0) {
printk("182"); printk("182");
XGI_SenseCRT1(pVBInfo); XGI_SenseCRT1(pVBInfo);
@ -416,7 +415,6 @@ unsigned char XGIInitNew(struct xgi_hw_device_info *HwDeviceExtension)
temp = GetXG27FPBits(pVBInfo); temp = GetXG27FPBits(pVBInfo);
XGINew_SetRegANDOR(pVBInfo->P3d4, 0x37, ~0x03, temp); XGINew_SetRegANDOR(pVBInfo->P3d4, 0x37, ~0x03, temp);
} }
}
printk("19"); printk("19");
if (HwDeviceExtension->jChipType >= XG40) { if (HwDeviceExtension->jChipType >= XG40) {

View File

@ -82,8 +82,6 @@ struct xgi_hw_device_info
unsigned char bIntegratedMMEnabled;/* supporting integration MM enable */ unsigned char bIntegratedMMEnabled;/* supporting integration MM enable */
unsigned char bSkipSense;
unsigned char(*pQueryVGAConfigSpace)(struct xgi_hw_device_info *, unsigned char(*pQueryVGAConfigSpace)(struct xgi_hw_device_info *,
unsigned long, unsigned long, unsigned long, unsigned long,
unsigned long *); unsigned long *);