summaryrefslogtreecommitdiffstats
path: root/include/linux
diff options
context:
space:
mode:
authorKrishna Reddy <vdumpa@nvidia.com>2014-01-13 16:20:07 -0500
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:07:38 -0400
commit095748bc1ee06c3e4d87fd0b7d46c5ae36c60606 (patch)
treeb650993f22c0b9ff745db25bb2f46baaaf0e8f39 /include/linux
parente3f1de6a59736a63fd1a4d94c785609079c4cdfd (diff)
video: tegra: nvmap: remove deprecated ioctl cmd
Remove deprecated ioctl cmd NVMAP_IOC_CLAIM Change-Id: I88efbf31ff47873f8dabeca14a33f539689f063f Signed-off-by: Krishna Reddy <vdumpa@nvidia.com> Reviewed-on: http://git-master/r/355221 GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman <alexw@nvidia.com>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/nvmap.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/nvmap.h b/include/linux/nvmap.h
index 362c68937..eb3c11938 100644
--- a/include/linux/nvmap.h
+++ b/include/linux/nvmap.h
@@ -254,7 +254,6 @@ struct nvmap_cache_op {
254 * handle; on return, the argument is the name of the new handle 254 * handle; on return, the argument is the name of the new handle
255 */ 255 */
256#define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle) 256#define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle)
257#define NVMAP_IOC_CLAIM _IOWR(NVMAP_IOC_MAGIC, 1, struct nvmap_create_handle)
258#define NVMAP_IOC_FROM_ID _IOWR(NVMAP_IOC_MAGIC, 2, struct nvmap_create_handle) 257#define NVMAP_IOC_FROM_ID _IOWR(NVMAP_IOC_MAGIC, 2, struct nvmap_create_handle)
259 258
260/* Actually allocates memory for the specified handle */ 259/* Actually allocates memory for the specified handle */