aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/ast/ast_drv.c')
-rw-r--r--drivers/gpu/drm/ast/ast_drv.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ast/ast_drv.c b/drivers/gpu/drm/ast/ast_drv.c
index a144fb044852..60f1ce3998c3 100644
--- a/drivers/gpu/drm/ast/ast_drv.c
+++ b/drivers/gpu/drm/ast/ast_drv.c
@@ -190,7 +190,6 @@ static const struct file_operations ast_fops = {
190 .unlocked_ioctl = drm_ioctl, 190 .unlocked_ioctl = drm_ioctl,
191 .mmap = ast_mmap, 191 .mmap = ast_mmap,
192 .poll = drm_poll, 192 .poll = drm_poll,
193 .fasync = drm_fasync,
194#ifdef CONFIG_COMPAT 193#ifdef CONFIG_COMPAT
195 .compat_ioctl = drm_compat_ioctl, 194 .compat_ioctl = drm_compat_ioctl,
196#endif 195#endif