summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorKrishna Reddy <vdumpa@nvidia.com>2013-08-28 17:18:20 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:05:59 -0400
commit18139b6495fb120080eb86517fe44946d4e69845 (patch)
tree14967b55b7a8b955bb659fefdbd71f14536080f3 /include/linux
parent6ea3836d7add4892ffa6cf3dbed0164af1a80a99 (diff)
video: tegra: nvmap: remove unused nvmap_pin_array
remove unused nvmap_pin_array API. Change-Id: I33d96c327decfc79a36efd51503ed9bb6956b9b9 Signed-off-by: Krishna Reddy <vdumpa@nvidia.com> Reviewed-on: http://git-master/r/267545 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Jon Mayo <jmayo@nvidia.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nvmap.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/include/linux/nvmap.h b/include/linux/nvmap.h
index 25f413116..b5c69ab17 100644
--- a/include/linux/nvmap.h
+++ b/include/linux/nvmap.h
@@ -132,14 +132,6 @@ struct nvmap_handle_ref *nvmap_duplicate_handle_user_id(
132 struct nvmap_client *client, 132 struct nvmap_client *client,
133 unsigned long user_id); 133 unsigned long user_id);
134 134
135int nvmap_pin_array(struct nvmap_client *client,
136 unsigned long *user_ids,
137 long unsigned id_type_mask,
138 long unsigned id_type,
139 int nr,
140 struct nvmap_handle **unique_arr,
141 struct nvmap_handle_ref **unique_arr_refs);
142
143ulong nvmap_get_handle_user_id(struct nvmap_client *client, 135ulong nvmap_get_handle_user_id(struct nvmap_client *client,
144 unsigned long id); 136 unsigned long id);
145 137