summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/pci.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/pci.c')
-rw-r--r--drivers/gpu/nvgpu/pci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c
index 5578dd8b..3fc73a9a 100644
--- a/drivers/gpu/nvgpu/pci.c
+++ b/drivers/gpu/nvgpu/pci.c
@@ -49,7 +49,7 @@ static int nvgpu_pci_busy(struct device *dev)
49 return err; 49 return err;
50} 50}
51 51
52struct gk20a_platform nvgpu_pci_device = { 52static struct gk20a_platform nvgpu_pci_device = {
53 /* ptimer src frequency in hz */ 53 /* ptimer src frequency in hz */
54 .ptimer_src_freq = 31250000, 54 .ptimer_src_freq = 31250000,
55 55