aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/omap_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/omapdrm/omap_drv.c')
-rw-r--r--drivers/gpu/drm/omapdrm/omap_drv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/omapdrm/omap_drv.c b/drivers/gpu/drm/omapdrm/omap_drv.c
index b8d9be4f136a..022029ea6972 100644
--- a/drivers/gpu/drm/omapdrm/omap_drv.c
+++ b/drivers/gpu/drm/omapdrm/omap_drv.c
@@ -493,6 +493,7 @@ static const struct file_operations omapdriver_fops = {
493 .owner = THIS_MODULE, 493 .owner = THIS_MODULE,
494 .open = drm_open, 494 .open = drm_open,
495 .unlocked_ioctl = drm_ioctl, 495 .unlocked_ioctl = drm_ioctl,
496 .compat_ioctl = drm_compat_ioctl,
496 .release = drm_release, 497 .release = drm_release,
497 .mmap = omap_gem_mmap, 498 .mmap = omap_gem_mmap,
498 .poll = drm_poll, 499 .poll = drm_poll,