summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/nvgpu/include
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/nvgpu/include')
-rw-r--r--drivers/gpu/nvgpu/include/nvgpu/nvgpu_mem.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/nvgpu/include/nvgpu/nvgpu_mem.h b/drivers/gpu/nvgpu/include/nvgpu/nvgpu_mem.h
index dba7c320..32a7e388 100644
--- a/drivers/gpu/nvgpu/include/nvgpu/nvgpu_mem.h
+++ b/drivers/gpu/nvgpu/include/nvgpu/nvgpu_mem.h
@@ -240,11 +240,6 @@ static inline bool nvgpu_mem_is_valid(struct nvgpu_mem *mem)
240 240
241} 241}
242 242
243/*
244 * Create a nvgpu_sgt of the default implementation
245 */
246struct nvgpu_sgt *nvgpu_sgt_create(struct gk20a *g);
247
248/** 243/**
249 * nvgpu_mem_sgt_create_from_mem - Create a scatter list from an nvgpu_mem. 244 * nvgpu_mem_sgt_create_from_mem - Create a scatter list from an nvgpu_mem.
250 * 245 *