diff --git a/drivers/gpu/nvgpu/pci.c b/drivers/gpu/nvgpu/pci.c index 90a545703..ea6f3b4c2 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 = { }; #endif -int nvgpu_pci_pm_init(struct device *dev) +static int nvgpu_pci_pm_init(struct device *dev) { #ifdef CONFIG_PM struct gk20a_platform *platform = gk20a_get_platform(dev);