aboutsummaryrefslogtreecommitdiffstats
path: root/nvdebug.h
diff options
context:
space:
mode:
Diffstat (limited to 'nvdebug.h')
-rw-r--r--nvdebug.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/nvdebug.h b/nvdebug.h
index 80f1a74..ca0f514 100644
--- a/nvdebug.h
+++ b/nvdebug.h
@@ -1470,6 +1470,8 @@ struct nvdebug_state {
1470 struct gk20a *g; 1470 struct gk20a *g;
1471 // Pointer to PCI device needed for pci_iounmap and pci_resource_start 1471 // Pointer to PCI device needed for pci_iounmap and pci_resource_start
1472 struct pci_dev *pcid; 1472 struct pci_dev *pcid;
1473 // Pointer to platform device needed for platform_get_resource
1474 struct platform_device *platd;
1473 // Pointer to generic device struct (both platform and pcie devices) 1475 // Pointer to generic device struct (both platform and pcie devices)
1474 struct device *dev; 1476 struct device *dev;
1475}; 1477};