summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gp106/hal_gp106.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gp106/hal_gp106.c')
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/nvgpu/gp106/hal_gp106.c b/drivers/gpu/nvgpu/gp106/hal_gp106.c
index 9afcdb69..cdac76b7 100644
--- a/drivers/gpu/nvgpu/gp106/hal_gp106.c
+++ b/drivers/gpu/nvgpu/gp106/hal_gp106.c
@@ -98,8 +98,7 @@ static struct gpu_ops gp106_ops = {
98 } 98 }
99}; 99};
100 100
101static int gp106_get_litter_value(struct gk20a *g, 101static int gp106_get_litter_value(struct gk20a *g, int value)
102 enum nvgpu_litter_value value)
103{ 102{
104 int ret = -EINVAL; 103 int ret = -EINVAL;
105 104