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 90a54570..ea6f3b4c 100644
--- a/drivers/gpu/nvgpu/pci.c
+++ b/drivers/gpu/nvgpu/pci.c
@@ -157,7 +157,7 @@ static const struct dev_pm_ops nvgpu_pci_pm_ops = {
157}; 157};
158#endif 158#endif
159 159
160int nvgpu_pci_pm_init(struct device *dev) 160static int nvgpu_pci_pm_init(struct device *dev)
161{ 161{
162#ifdef CONFIG_PM 162#ifdef CONFIG_PM
163 struct gk20a_platform *platform = gk20a_get_platform(dev); 163 struct gk20a_platform *platform = gk20a_get_platform(dev);