summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common')
-rw-r--r--drivers/gpu/nvgpu/common/linux/module.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/nvgpu/common/linux/module.c b/drivers/gpu/nvgpu/common/linux/module.c
index 72719297..c73b4940 100644
--- a/drivers/gpu/nvgpu/common/linux/module.c
+++ b/drivers/gpu/nvgpu/common/linux/module.c
@@ -809,7 +809,7 @@ static const struct dev_pm_ops gk20a_pm_ops = {
809}; 809};
810#endif 810#endif
811 811
812int gk20a_pm_init(struct device *dev) 812static int gk20a_pm_init(struct device *dev)
813{ 813{
814 struct gk20a *g = get_gk20a(dev); 814 struct gk20a *g = get_gk20a(dev);
815 int err = 0; 815 int err = 0;