From 18139b6495fb120080eb86517fe44946d4e69845 Mon Sep 17 00:00:00 2001 From: Krishna Reddy Date: Wed, 28 Aug 2013 14:18:20 -0700 Subject: video: tegra: nvmap: remove unused nvmap_pin_array remove unused nvmap_pin_array API. Change-Id: I33d96c327decfc79a36efd51503ed9bb6956b9b9 Signed-off-by: Krishna Reddy Reviewed-on: http://git-master/r/267545 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Jon Mayo --- include/linux/nvmap.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'include/linux') 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( struct nvmap_client *client, unsigned long user_id); -int nvmap_pin_array(struct nvmap_client *client, - unsigned long *user_ids, - long unsigned id_type_mask, - long unsigned id_type, - int nr, - struct nvmap_handle **unique_arr, - struct nvmap_handle_ref **unique_arr_refs); - ulong nvmap_get_handle_user_id(struct nvmap_client *client, unsigned long id); -- cgit v1.2.2