[PATCH] Fix error: unknown field reclaim_buffers specified in initializer

David Cullen David.Cullen at koe-americas.com
Wed Aug 8 19:08:10 UTC 2012


The reclaim_buffers field has been removed from struct drm_driver.

Signed-off-by: David Cullen <david.cullen at koe-americas.com>
---
 drivers/staging/omapdrm/omap_drv.c |    1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/staging/omapdrm/omap_drv.c
b/drivers/staging/omapdrm/omap_drv.c
index 4beab94..44149ee 100644
--- a/drivers/staging/omapdrm/omap_drv.c
+++ b/drivers/staging/omapdrm/omap_drv.c
@@ -761,7 +761,6 @@ static struct drm_driver omap_drm_driver = {
                .irq_postinstall = dev_irq_postinstall,
                .irq_uninstall = dev_irq_uninstall,
                .irq_handler = dev_irq_handler,
-               .reclaim_buffers = drm_core_reclaim_buffers,
 #ifdef CONFIG_DEBUG_FS
                .debugfs_init = omap_debugfs_init,
                .debugfs_cleanup = omap_debugfs_cleanup,
--
1.7.9.5


More information about the devel mailing list