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.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/drivers/gpu/nvgpu/os/linux/module.c b/drivers/gpu/nvgpu/os/linux/module.c
index c07faf08..3be879be 100644
--- a/drivers/gpu/nvgpu/os/linux/module.c
+++ b/drivers/gpu/nvgpu/os/linux/module.c
@@ -56,6 +56,7 @@
56#include "ioctl.h" 56#include "ioctl.h"
57 57
58#include "os_linux.h" 58#include "os_linux.h"
59#include "os_ops.h"
59#include "ctxsw_trace.h" 60#include "ctxsw_trace.h"
60#include "driver_common.h" 61#include "driver_common.h"
61#include "channel.h" 62#include "channel.h"
@@ -183,17 +184,6 @@ static int gk20a_restore_registers(struct gk20a *g)
183 return 0; 184 return 0;
184} 185}
185 186
186static int nvgpu_init_os_linux_ops(struct nvgpu_os_linux *l)
187{
188 int err = 0;
189
190#ifdef CONFIG_NVGPU_SUPPORT_CDE
191 err = nvgpu_cde_init_ops(l);
192#endif
193
194 return err;
195}
196
197int nvgpu_finalize_poweron_linux(struct nvgpu_os_linux *l) 187int nvgpu_finalize_poweron_linux(struct nvgpu_os_linux *l)
198{ 188{
199 struct gk20a *g = &l->g; 189 struct gk20a *g = &l->g;