summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/common/linux/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/common/linux/module.c')
-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 5012d8b5..4af62d5f 100644
--- a/drivers/gpu/nvgpu/common/linux/module.c
+++ b/drivers/gpu/nvgpu/common/linux/module.c
@@ -186,7 +186,7 @@ static int nvgpu_init_os_linux_ops(struct nvgpu_os_linux *l)
186 return 0; 186 return 0;
187} 187}
188 188
189static int nvgpu_finalize_poweron_linux(struct nvgpu_os_linux *l) 189int nvgpu_finalize_poweron_linux(struct nvgpu_os_linux *l)
190{ 190{
191 struct gk20a *g = &l->g; 191 struct gk20a *g = &l->g;
192 int err; 192 int err;