aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/rcar-du/rcar_du_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/rcar-du/rcar_du_drv.c')
-rw-r--r--drivers/gpu/drm/rcar-du/rcar_du_drv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/rcar-du/rcar_du_drv.c b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
index 73c971e39b1c..68fd167d7313 100644
--- a/drivers/gpu/drm/rcar-du/rcar_du_drv.c
+++ b/drivers/gpu/drm/rcar-du/rcar_du_drv.c
@@ -201,9 +201,7 @@ static const struct file_operations rcar_du_fops = {
201 .open = drm_open, 201 .open = drm_open,
202 .release = drm_release, 202 .release = drm_release,
203 .unlocked_ioctl = drm_ioctl, 203 .unlocked_ioctl = drm_ioctl,
204#ifdef CONFIG_COMPAT
205 .compat_ioctl = drm_compat_ioctl, 204 .compat_ioctl = drm_compat_ioctl,
206#endif
207 .poll = drm_poll, 205 .poll = drm_poll,
208 .read = drm_read, 206 .read = drm_read,
209 .llseek = no_llseek, 207 .llseek = no_llseek,