diff options
Diffstat (limited to 'nvdebug.h')
-rw-r--r-- | nvdebug.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 | }; |