aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/tegra/drm.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/tegra/drm.c')
-rw-r--r--drivers/gpu/drm/tegra/drm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/tegra/drm.c b/drivers/gpu/drm/tegra/drm.c
index a9630c2d6cb3..b8be3ee4d3b8 100644
--- a/drivers/gpu/drm/tegra/drm.c
+++ b/drivers/gpu/drm/tegra/drm.c
@@ -802,9 +802,7 @@ static const struct file_operations tegra_drm_fops = {
802 .mmap = tegra_drm_mmap, 802 .mmap = tegra_drm_mmap,
803 .poll = drm_poll, 803 .poll = drm_poll,
804 .read = drm_read, 804 .read = drm_read,
805#ifdef CONFIG_COMPAT
806 .compat_ioctl = drm_compat_ioctl, 805 .compat_ioctl = drm_compat_ioctl,
807#endif
808 .llseek = noop_llseek, 806 .llseek = noop_llseek,
809}; 807};
810 808