aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/malidp_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/arm/malidp_drv.c')
-rw-r--r--drivers/gpu/drm/arm/malidp_drv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/arm/malidp_drv.c b/drivers/gpu/drm/arm/malidp_drv.c
index 9f4739452a25..d53b625b14fe 100644
--- a/drivers/gpu/drm/arm/malidp_drv.c
+++ b/drivers/gpu/drm/arm/malidp_drv.c
@@ -197,9 +197,7 @@ static const struct file_operations fops = {
197 .open = drm_open, 197 .open = drm_open,
198 .release = drm_release, 198 .release = drm_release,
199 .unlocked_ioctl = drm_ioctl, 199 .unlocked_ioctl = drm_ioctl,
200#ifdef CONFIG_COMPAT
201 .compat_ioctl = drm_compat_ioctl, 200 .compat_ioctl = drm_compat_ioctl,
202#endif
203 .poll = drm_poll, 201 .poll = drm_poll,
204 .read = drm_read, 202 .read = drm_read,
205 .llseek = noop_llseek, 203 .llseek = noop_llseek,