summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/nvgpu/gp106/hal_gp106.c3
-rw-r--r--drivers/gpu/nvgpu/gp10b/hal_gp10b.c3
2 files changed, 2 insertions, 4 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
diff --git a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
index f0137a70..e9385db0 100644
--- a/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
+++ b/drivers/gpu/nvgpu/gp10b/hal_gp10b.c
@@ -105,8 +105,7 @@ static struct gpu_ops gp10b_ops = {
105 } 105 }
106}; 106};
107 107
108static int gp10b_get_litter_value(struct gk20a *g, 108static int gp10b_get_litter_value(struct gk20a *g, int value)
109 enum nvgpu_litter_value value)
110{ 109{
111 int ret = EINVAL; 110 int ret = EINVAL;
112 switch (value) { 111 switch (value) {