summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/pci.c')
-rw-r--r--drivers/gpu/nvgpu/common/linux/pci.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/pci.c b/drivers/gpu/nvgpu/common/linux/pci.c
index f90b3a6e..0bad2b67 100644
--- a/drivers/gpu/nvgpu/common/linux/pci.c
+++ b/drivers/gpu/nvgpu/common/linux/pci.c
@@ -402,11 +402,6 @@ static int nvgpu_pci_probe(struct pci_dev *pdev,
402 } 402 }
403 disable_irq(g->irq_stall); 403 disable_irq(g->irq_stall);
404 404
405 /*
406 * is_fmodel needs to be in gk20a struct for deferred teardown
407 */
408 g->is_fmodel = platform->is_fmodel;
409
410 err = nvgpu_pci_init_support(pdev); 405 err = nvgpu_pci_init_support(pdev);
411 if (err) 406 if (err)
412 return err; 407 return err;