aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/xgifb/XGIfb.h
diff options
context:
space:
mode:
authorAaro Koskinen <aaro.koskinen@iki.fi>2011-03-08 22:16:08 +0200
committerGreg Kroah-Hartman <gregkh@suse.de>2011-03-09 16:02:51 -0800
commit3259bb5a1384c58935f8d95f1dbbab7f51b17e25 (patch)
tree3c1a304915f2d78574dc89cfcddc05356f000d20 /drivers/staging/xgifb/XGIfb.h
parent83a8c24162c2abe158cb6eec4b29a8d8bf0c736c (diff)
downloadkernel_samsung_smdk4412-3259bb5a1384c58935f8d95f1dbbab7f51b17e25.zip
kernel_samsung_smdk4412-3259bb5a1384c58935f8d95f1dbbab7f51b17e25.tar.gz
kernel_samsung_smdk4412-3259bb5a1384c58935f8d95f1dbbab7f51b17e25.tar.bz2
staging: xgifb: delete offscreen memory management
The offscreen memory area currently conflicts with the video memory exported to the framebuffer layer. The driver does not utilize offscreen memory, so the functionality can be deleted. The patch also eliminates the one last memory leak when the driver is unloaded. Signed-off-by: Aaro Koskinen <aaro.koskinen@iki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/xgifb/XGIfb.h')
-rw-r--r--drivers/staging/xgifb/XGIfb.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/xgifb/XGIfb.h b/drivers/staging/xgifb/XGIfb.h
index d6c3139..7813bbe 100644
--- a/drivers/staging/xgifb/XGIfb.h
+++ b/drivers/staging/xgifb/XGIfb.h
@@ -92,7 +92,6 @@ struct video_info{
char * mmio_vbase;
unsigned long vga_base;
unsigned long mtrr;
- unsigned long heapstart;
int video_bpp;
int video_cmap_len;