aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/mediatek/mtk_drm_drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/mediatek/mtk_drm_drv.c')
-rw-r--r--drivers/gpu/drm/mediatek/mtk_drm_drv.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/mediatek/mtk_drm_drv.c b/drivers/gpu/drm/mediatek/mtk_drm_drv.c
index 296f541fbe2f..d90152e85ed0 100644
--- a/drivers/gpu/drm/mediatek/mtk_drm_drv.c
+++ b/drivers/gpu/drm/mediatek/mtk_drm_drv.c
@@ -249,9 +249,7 @@ static const struct file_operations mtk_drm_fops = {
249 .mmap = mtk_drm_gem_mmap, 249 .mmap = mtk_drm_gem_mmap,
250 .poll = drm_poll, 250 .poll = drm_poll,
251 .read = drm_read, 251 .read = drm_read,
252#ifdef CONFIG_COMPAT
253 .compat_ioctl = drm_compat_ioctl, 252 .compat_ioctl = drm_compat_ioctl,
254#endif
255}; 253};
256 254
257static struct drm_driver mtk_drm_driver = { 255static struct drm_driver mtk_drm_driver = {