diff options
Diffstat (limited to 'drivers/gpu/drm/ast/ast_drv.c')
-rw-r--r-- | drivers/gpu/drm/ast/ast_drv.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/ast/ast_drv.c b/drivers/gpu/drm/ast/ast_drv.c index f54afd2113a9..fd7c9eec92e4 100644 --- a/drivers/gpu/drm/ast/ast_drv.c +++ b/drivers/gpu/drm/ast/ast_drv.c | |||
@@ -188,9 +188,7 @@ static const struct file_operations ast_fops = { | |||
188 | .unlocked_ioctl = drm_ioctl, | 188 | .unlocked_ioctl = drm_ioctl, |
189 | .mmap = ast_mmap, | 189 | .mmap = ast_mmap, |
190 | .poll = drm_poll, | 190 | .poll = drm_poll, |
191 | #ifdef CONFIG_COMPAT | ||
192 | .compat_ioctl = drm_compat_ioctl, | 191 | .compat_ioctl = drm_compat_ioctl, |
193 | #endif | ||
194 | .read = drm_read, | 192 | .read = drm_read, |
195 | }; | 193 | }; |
196 | 194 | ||