From 5128542814215b26ed342e3a4ac2217606fe5e76 Mon Sep 17 00:00:00 2001 From: Felix Kuehling Date: Sun, 31 Oct 2004 15:16:44 +0000 Subject: Allow drivers to override reclaim_buffers in an OS-independent way by passing drm_device_t* as first parameter, like in the BSD version. --- linux-core/i810_drv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'linux-core/i810_drv.h') diff --git a/linux-core/i810_drv.h b/linux-core/i810_drv.h index e09ffe92..76f2749c 100644 --- a/linux-core/i810_drv.h +++ b/linux-core/i810_drv.h @@ -121,7 +121,7 @@ extern int i810_dma_init(struct inode *inode, struct file *filp, extern int i810_dma_cleanup(drm_device_t * dev); extern int i810_flush_ioctl(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg); -extern void i810_reclaim_buffers(struct file *filp); +extern void i810_reclaim_buffers(drm_device_t *dev, struct file *filp); extern int i810_getage(struct inode *inode, struct file *filp, unsigned int cmd, unsigned long arg); extern int i810_mmap_buffers(struct file *filp, struct vm_area_struct *vma); -- cgit v1.2.3