aboutsummaryrefslogtreecommitdiff
path: root/linux-core/i810_drv.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2005-06-29 03:06:47 +0000
committerDave Airlie <airlied@linux.ie>2005-06-29 03:06:47 +0000
commitae7d8d8a85a4465fe641d28a7f5d8d64146f8d97 (patch)
tree12a12adab3e8e277d79672016d9d097cbb1920b5 /linux-core/i810_drv.c
parent2ce5ddec833195bc17c8ed062ce622460ffe0d6a (diff)
these don't need reclaim buffers their release functions handle it
Diffstat (limited to 'linux-core/i810_drv.c')
-rw-r--r--linux-core/i810_drv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/linux-core/i810_drv.c b/linux-core/i810_drv.c
index 95b71083..128452c0 100644
--- a/linux-core/i810_drv.c
+++ b/linux-core/i810_drv.c
@@ -88,7 +88,6 @@ static struct drm_driver driver = {
.device_is_agp = i810_driver_device_is_agp,
.release = i810_driver_release,
.dma_quiescent = i810_driver_dma_quiescent,
- .reclaim_buffers = i810_reclaim_buffers,
.get_map_ofs = drm_core_get_map_ofs,
.get_reg_ofs = drm_core_get_reg_ofs,
.postinit = postinit,