summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gk20a/gk20a.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gk20a/gk20a.c')
-rw-r--r--drivers/gpu/nvgpu/gk20a/gk20a.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index fb0a6aa3..2aad3365 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -108,7 +108,6 @@ static const struct file_operations gk20a_channel_ops = {
108 .compat_ioctl = gk20a_channel_ioctl, 108 .compat_ioctl = gk20a_channel_ioctl,
109#endif 109#endif
110 .unlocked_ioctl = gk20a_channel_ioctl, 110 .unlocked_ioctl = gk20a_channel_ioctl,
111 .poll = gk20a_channel_poll,
112}; 111};
113 112
114static const struct file_operations gk20a_ctrl_ops = { 113static const struct file_operations gk20a_ctrl_ops = {