Mercurial > mplayer.hg
changeset 24264:3932d831fd02
warning fix:
tdfx_vid.c:61: warning: ¡Æmap_base¡Ç defined but not used
author | diego |
---|---|
date | Wed, 29 Aug 2007 09:21:06 +0000 |
parents | c162f47fdae3 |
children | fc571d853ae1 |
files | drivers/tdfx_vid.c |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/drivers/tdfx_vid.c Wed Aug 29 09:19:07 2007 +0000 +++ b/drivers/tdfx_vid.c Wed Aug 29 09:21:06 2007 +0000 @@ -58,7 +58,6 @@ 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");