summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/os/linux/module.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/os/linux/module.c')
-rw-r--r--drivers/gpu/nvgpu/os/linux/module.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/module.c b/drivers/gpu/nvgpu/os/linux/module.c
index d580d064..7653f607 100644
--- a/drivers/gpu/nvgpu/os/linux/module.c
+++ b/drivers/gpu/nvgpu/os/linux/module.c
@@ -110,11 +110,6 @@ void gk20a_busy_noresume(struct gk20a *g)
110 pm_runtime_get_noresume(dev_from_gk20a(g)); 110 pm_runtime_get_noresume(dev_from_gk20a(g));
111} 111}
112 112
113int gk20a_busy_try_noresume(struct gk20a *g)
114{
115 return pm_runtime_get_if_in_use(dev_from_gk20a(g));
116}
117
118/* 113/*
119 * Check if the device can go busy. 114 * Check if the device can go busy.
120 */ 115 */