aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/arm/hdlcd_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/arm/hdlcd_drv.c')
-rw-r--r--drivers/gpu/drm/arm/hdlcd_drv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/arm/hdlcd_drv.c b/drivers/gpu/drm/arm/hdlcd_drv.c
index 6477d1a65266..59747ecaad54 100644
--- a/drivers/gpu/drm/arm/hdlcd_drv.c
+++ b/drivers/gpu/drm/arm/hdlcd_drv.c
@@ -268,9 +268,7 @@ static const struct file_operations fops = {
268 .open = drm_open, 268 .open = drm_open,
269 .release = drm_release, 269 .release = drm_release,
270 .unlocked_ioctl = drm_ioctl, 270 .unlocked_ioctl = drm_ioctl,
271#ifdef CONFIG_COMPAT
272 .compat_ioctl = drm_compat_ioctl, 271 .compat_ioctl = drm_compat_ioctl,
273#endif
274 .poll = drm_poll, 272 .poll = drm_poll,
275 .read = drm_read, 273 .read = drm_read,
276 .llseek = noop_llseek, 274 .llseek = noop_llseek,