patch-2.4.25 linux-2.4.25/drivers/char/drm-4.0/memory.c

Next file: linux-2.4.25/drivers/char/drm-4.0/mga_dma.c
Previous file: linux-2.4.25/drivers/char/drm-4.0/i810_drv.c
Back to the patch index
Back to the overall index

diff -urN linux-2.4.24/drivers/char/drm-4.0/memory.c linux-2.4.25/drivers/char/drm-4.0/memory.c
@@ -296,7 +296,7 @@
 	}
 }
 
-void *drm_ioremap(unsigned long offset, unsigned long size)
+void *drm_ioremap(unsigned long offset, unsigned long size, drm_device_t *dev)
 {
 	void *pt;
 	
@@ -319,7 +319,7 @@
 	return pt;
 }
 
-void drm_ioremapfree(void *pt, unsigned long size)
+void drm_ioremapfree(void *pt, unsigned long size, drm_device_t *dev)
 {
 	int alloc_count;
 	int free_count;

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)