aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drm.c')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drm.c b/drivers/gpu/drm/nouveau/nouveau_drm.c
index 1faa75f42393..b29d04b822ae 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drm.c
+++ b/drivers/gpu/drm/nouveau/nouveau_drm.c
@@ -673,7 +673,6 @@ nouveau_driver_fops = {
673 .unlocked_ioctl = drm_ioctl, 673 .unlocked_ioctl = drm_ioctl,
674 .mmap = nouveau_ttm_mmap, 674 .mmap = nouveau_ttm_mmap,
675 .poll = drm_poll, 675 .poll = drm_poll,
676 .fasync = drm_fasync,
677 .read = drm_read, 676 .read = drm_read,
678#if defined(CONFIG_COMPAT) 677#if defined(CONFIG_COMPAT)
679 .compat_ioctl = nouveau_compat_ioctl, 678 .compat_ioctl = nouveau_compat_ioctl,