summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/gv11b/hal_gv11b.c')
-rw-r--r--drivers/gpu/nvgpu/gv11b/hal_gv11b.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
index 72537b44..3ce557bc 100644
--- a/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
+++ b/drivers/gpu/nvgpu/gv11b/hal_gv11b.c
@@ -236,7 +236,6 @@ static const struct gpu_ops gv11b_ops = {
236 .init_comptags = gp10b_ltc_init_comptags, 236 .init_comptags = gp10b_ltc_init_comptags,
237 .cbc_ctrl = gp10b_ltc_cbc_ctrl, 237 .cbc_ctrl = gp10b_ltc_cbc_ctrl,
238 .isr = gv11b_ltc_isr, 238 .isr = gv11b_ltc_isr,
239 .cbc_fix_config = gv11b_ltc_cbc_fix_config,
240 .flush = gm20b_flush_ltc, 239 .flush = gm20b_flush_ltc,
241 .set_enabled = gp10b_ltc_set_enabled, 240 .set_enabled = gp10b_ltc_set_enabled,
242 }, 241 },