summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrey Konovalov <andrey.konovalov@linaro.org>2012-10-06 00:54:15 +0400
committerAndrey Konovalov <andrey.konovalov@linaro.org>2012-10-06 00:54:15 +0400
commit5d0ab0d59d7281dfd58f7b8fdfbec2062c69d4c9 (patch)
treef1ae5a2ff49b491b98e9c8e8b457272d712a7bbe
parenta0d271cbfed1dd50278c6b06bead3d00ba0a88f9 (diff)
Fix OMAP DRM driver compilationtracking-llct-v3.6-misc-fixes-llct-20121006.0
The mainline commit b0071efe827f68cf173e1a8868b70618e9aca7d7 "drm: kill reclaim_buffers callback" didn't update the OMAP DRM driver. Make this driver to compile again. Signed-off-by: Andrey Konovalov <andrey.konovalov@linaro.org>
-rw-r--r--drivers/staging/omapdrm/omap_drv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/omapdrm/omap_drv.c b/drivers/staging/omapdrm/omap_drv.c
index 4beab9447ceb..44149eeb97ae 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,