staging: xgifb: delete pVBInfo->BaseAddr

Delete redundant field.

Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
Aaro Koskinen 2013-01-21 02:57:49 +02:00 committed by Greg Kroah-Hartman
parent b8e1cc5c8d
commit cdbbc618f8
3 changed files with 0 additions and 8 deletions

View file

@ -1286,16 +1286,10 @@ unsigned char XGIInitNew(struct pci_dev *pdev)
pVBInfo->FBAddr = HwDeviceExtension->pjVideoMemoryAddress;
pVBInfo->BaseAddr = xgifb_info->vga_base;
if (pVBInfo->FBAddr == NULL) {
dev_dbg(&pdev->dev, "pVBInfo->FBAddr == 0\n");
return 0;
}
if (pVBInfo->BaseAddr == 0) {
dev_dbg(&pdev->dev, "pVBInfo->BaseAddr == 0\n");
return 0;
}
XGIRegInit(pVBInfo, xgifb_info->vga_base);

View file

@ -5948,7 +5948,6 @@ unsigned char XGISetModeNew(struct xgifb_video_info *xgifb_info,
unsigned short ModeIdIndex;
struct vb_device_info VBINF;
struct vb_device_info *pVBInfo = &VBINF;
pVBInfo->BaseAddr = xgifb_info->vga_base;
pVBInfo->IF_DEF_LVDS = 0;
if (HwDeviceExtension->jChipType >= XG20) {

View file

@ -156,7 +156,6 @@ struct vb_device_info {
unsigned short SelectCRT2Rate;
void __iomem *FBAddr;
unsigned long BaseAddr;
unsigned char const (*SR15)[8];
unsigned char const (*CR40)[8];