OSDN Git Service

staging: drm/omap: remove reclaim_buffers callback
authorChandrabhanu Mahapatra <cmahapatra@ti.com>
Wed, 1 Aug 2012 13:20:34 +0000 (18:50 +0530)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 14 Aug 2012 02:12:56 +0000 (19:12 -0700)
The reclaim_buffers callback has already been removed by Daniel Vetter
<daniel.vetter@ffwll.ch> with his patch "drm: kill reclaim_buffers callback"
(b0071efe82). As a result the kernel compilation fails with omapdrm support
and so the callback for reclaim_buffers is being removed from omapdrm.

Signed-off-by: Chandrabhanu Mahapatra <cmahapatra@ti.com>
Reviewed-by: Sumit Semwal <sumit.semwal@ti.com>
Signed-off-by: Rob Clark <rob@ti.com>
Acked-by: Paul Menzel <paulepanter@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/omapdrm/omap_drv.c

index 4beab94..44149ee 100644 (file)
@@ -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,