diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c index 5578dd8bf..3fc73a9a4 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) return err; } -struct gk20a_platform nvgpu_pci_device = { +static struct gk20a_platform nvgpu_pci_device = { /* ptimer src frequency in hz */ .ptimer_src_freq = 31250000,