summaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/XGI_main.h
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2011-03-13 12:26:13 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-14 11:52:27 -0700
commit8277cf87bd676e3af869bb2c2c5249a215e2822c (patch)
treeb74cfb17abd179382cbc784fbf5191a40ff50960 /drivers/staging/xgifb/XGI_main.h
parent8a1ed67b51911086c7c284dd1d43c2e699afd884 (diff)
downloadop-kernel-dev-8277cf87bd676e3af869bb2c2c5249a215e2822c.zip
op-kernel-dev-8277cf87bd676e3af869bb2c2c5249a215e2822c.tar.gz
staging: xgifb: delete incorrect I/O mapping
If the PCI device was disabled when the probe() routine started, the driver will create 256 MB video memory mapping which is never used or properly released. It's also unsafe as the size is incorrect for many video cards. Deleting it also allows eliminating XGIvga_enable global variable. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/xgifb/XGI_main.h')
-rw-r--r--drivers/staging/xgifb/XGI_main.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/xgifb/XGI_main.h b/drivers/staging/xgifb/XGI_main.h
index a014405..46b5958 100644
--- a/drivers/staging/xgifb/XGI_main.h
+++ b/drivers/staging/xgifb/XGI_main.h
@@ -303,7 +303,6 @@ static u32 pseudo_palette[17];
static int XGIfb_off = 0;
static int XGIfb_crt1off = 0;
static int XGIfb_forcecrt1 = -1;
-static int XGIvga_enabled = 0;
static int XGIfb_userom = 0;
//static int XGIfb_useoem = -1;
OpenPOWER on IntegriCloud