summaryrefslogtreecommitdiff
path: root/linux-core
diff options
context:
space:
mode:
Diffstat (limited to 'linux-core')
-rw-r--r--linux-core/i810_drv.c1
-rw-r--r--linux-core/i830_drv.c1
2 files changed, 0 insertions, 2 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,
diff --git a/linux-core/i830_drv.c b/linux-core/i830_drv.c
index d735aea7..6b2955fe 100644
--- a/linux-core/i830_drv.c
+++ b/linux-core/i830_drv.c
@@ -93,7 +93,6 @@ static struct drm_driver driver = {
.device_is_agp = i830_driver_device_is_agp,
.release = i830_driver_release,
.dma_quiescent = i830_driver_dma_quiescent,
- .reclaim_buffers = i830_reclaim_buffers,
.get_map_ofs = drm_core_get_map_ofs,
.get_reg_ofs = drm_core_get_reg_ofs,
#if USE_IRQS