diff options
Diffstat (limited to 'drivers/gpu/drm/sun4i/sun4i_drv.c')
-rw-r--r-- | drivers/gpu/drm/sun4i/sun4i_drv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/sun4i/sun4i_drv.c b/drivers/gpu/drm/sun4i/sun4i_drv.c index b3c4ad605e81..aae723cd6d79 100644 --- a/drivers/gpu/drm/sun4i/sun4i_drv.c +++ b/drivers/gpu/drm/sun4i/sun4i_drv.c | |||
@@ -53,9 +53,7 @@ static const struct file_operations sun4i_drv_fops = { | |||
53 | .open = drm_open, | 53 | .open = drm_open, |
54 | .release = drm_release, | 54 | .release = drm_release, |
55 | .unlocked_ioctl = drm_ioctl, | 55 | .unlocked_ioctl = drm_ioctl, |
56 | #ifdef CONFIG_COMPAT | ||
57 | .compat_ioctl = drm_compat_ioctl, | 56 | .compat_ioctl = drm_compat_ioctl, |
58 | #endif | ||
59 | .poll = drm_poll, | 57 | .poll = drm_poll, |
60 | .read = drm_read, | 58 | .read = drm_read, |
61 | .llseek = no_llseek, | 59 | .llseek = no_llseek, |