aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/udl/udl_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/udl/udl_drv.c')
-rw-r--r--drivers/gpu/drm/udl/udl_drv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/udl/udl_drv.c b/drivers/gpu/drm/udl/udl_drv.c
index cc45d98f9bb5..cd8b01727734 100644
--- a/drivers/gpu/drm/udl/udl_drv.c
+++ b/drivers/gpu/drm/udl/udl_drv.c
@@ -44,9 +44,7 @@ static const struct file_operations udl_driver_fops = {
44 .read = drm_read, 44 .read = drm_read,
45 .unlocked_ioctl = drm_ioctl, 45 .unlocked_ioctl = drm_ioctl,
46 .release = drm_release, 46 .release = drm_release,
47#ifdef CONFIG_COMPAT
48 .compat_ioctl = drm_compat_ioctl, 47 .compat_ioctl = drm_compat_ioctl,
49#endif
50 .llseek = noop_llseek, 48 .llseek = noop_llseek,
51}; 49};
52 50