summaryrefslogtreecommitdiffstats
path: root/include/linux/nvmap.h
diff options
context:
space:
mode:
authorKrishna Reddy <vdumpa@nvidia.com>2014-04-01 18:06:54 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:08:57 -0400
commit6e449835b908cd06840cce52df6ea1c70f4b6684 (patch)
tree1e179fc735cae46ac4b4ac26eae4d82b1f1f5e24 /include/linux/nvmap.h
parent538130d722f5788f935f263e4bdf0c768f387bdc (diff)
video: tegra: nvmap: remove obsolete nvmap API
remove obsolete nvmap API nvmap_dmabuf_sg_table and nvmap_dmabuf_free_sg_table. Change-Id: I8898bbf6d8133a515e0dd465de727d69bd0f8557 Signed-off-by: Krishna Reddy <vdumpa@nvidia.com> Reviewed-on: http://git-master/r/390973
Diffstat (limited to 'include/linux/nvmap.h')
-rw-r--r--include/linux/nvmap.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/linux/nvmap.h b/include/linux/nvmap.h
index aa52ffbe6..079c74128 100644
--- a/include/linux/nvmap.h
+++ b/include/linux/nvmap.h
@@ -62,10 +62,6 @@ struct dma_buf *nvmap_alloc_dmabuf(size_t size, size_t align,
62 unsigned int flags, 62 unsigned int flags,
63 unsigned int heap_mask); 63 unsigned int heap_mask);
64 64
65struct sg_table *nvmap_dmabuf_sg_table(struct dma_buf *dmabuf);
66
67void nvmap_dmabuf_free_sg_table(struct dma_buf *dmabuf, struct sg_table *sgt);
68
69int nvmap_get_dmabuf_param(struct dma_buf *dmabuf, u32 param, u64 *result); 65int nvmap_get_dmabuf_param(struct dma_buf *dmabuf, u32 param, u64 *result);
70 66
71#ifdef CONFIG_NVMAP_PAGE_POOLS 67#ifdef CONFIG_NVMAP_PAGE_POOLS