aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tilcdc/tilcdc_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/tilcdc/tilcdc_drv.c')
-rw-r--r--drivers/gpu/drm/tilcdc/tilcdc_drv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/tilcdc/tilcdc_drv.c b/drivers/gpu/drm/tilcdc/tilcdc_drv.c
index 147fb28287ae..0f58a74f25d1 100644
--- a/drivers/gpu/drm/tilcdc/tilcdc_drv.c
+++ b/drivers/gpu/drm/tilcdc/tilcdc_drv.c
@@ -573,9 +573,7 @@ static const struct file_operations fops = {
573 .open = drm_open, 573 .open = drm_open,
574 .release = drm_release, 574 .release = drm_release,
575 .unlocked_ioctl = drm_ioctl, 575 .unlocked_ioctl = drm_ioctl,
576#ifdef CONFIG_COMPAT
577 .compat_ioctl = drm_compat_ioctl, 576 .compat_ioctl = drm_compat_ioctl,
578#endif
579 .poll = drm_poll, 577 .poll = drm_poll,
580 .read = drm_read, 578 .read = drm_read,
581 .llseek = no_llseek, 579 .llseek = no_llseek,