From 4d2f586664b7241303ec67cbee0ac6abee39228d Mon Sep 17 00:00:00 2001 From: diego Date: Wed, 29 Aug 2007 09:21:06 +0000 Subject: =?UTF-8?q?warning=20fix:=20tdfx=5Fvid.c:61:=20warning:=20?= =?UTF-8?q?=E2=80=98map=5Fbase=E2=80=99=20defined=20but=20not=20used?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24284 b3059339-0415-0410-9bf9-f77b7e298cf2 --- drivers/tdfx_vid.c | 1 - 1 file changed, 1 deletion(-) (limited to 'drivers') diff --git a/drivers/tdfx_vid.c b/drivers/tdfx_vid.c index 21c652a9bc..ac6c02f1a1 100644 --- a/drivers/tdfx_vid.c +++ b/drivers/tdfx_vid.c @@ -58,7 +58,6 @@ static agp_memory *agp_mem = NULL; static __initdata int tdfx_map_io = 1; static __initdata unsigned long map_start = 0; //0x7300000; static __initdata unsigned long map_max = (10*1024*1024); -static unsigned long map_base = 0; MODULE_PARM(tdfx_map_io,"i"); MODULE_PARM_DESC(tdfx_map_io, "Set to 0 to use the page fault handler (you need to patch agpgart_be.c to allow the mapping in user space)\n"); -- cgit v1.2.3