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, 1 insertions, 0 deletions
diff --git a/drivers/gpu/nvgpu/gk20a/gk20a.c b/drivers/gpu/nvgpu/gk20a/gk20a.c
index 7d744f42..acae38aa 100644
--- a/drivers/gpu/nvgpu/gk20a/gk20a.c
+++ b/drivers/gpu/nvgpu/gk20a/gk20a.c
@@ -100,6 +100,7 @@ static const struct file_operations gk20a_channel_ops = {
100 .compat_ioctl = gk20a_channel_ioctl, 100 .compat_ioctl = gk20a_channel_ioctl,
101#endif 101#endif
102 .unlocked_ioctl = gk20a_channel_ioctl, 102 .unlocked_ioctl = gk20a_channel_ioctl,
103 .poll = gk20a_channel_poll,
103}; 104};
104 105
105static const struct file_operations gk20a_ctrl_ops = { 106static const struct file_operations gk20a_ctrl_ops = {