From 095748bc1ee06c3e4d87fd0b7d46c5ae36c60606 Mon Sep 17 00:00:00 2001 From: Krishna Reddy Date: Mon, 13 Jan 2014 13:20:07 -0800 Subject: video: tegra: nvmap: remove deprecated ioctl cmd Remove deprecated ioctl cmd NVMAP_IOC_CLAIM Change-Id: I88efbf31ff47873f8dabeca14a33f539689f063f Signed-off-by: Krishna Reddy Reviewed-on: http://git-master/r/355221 GVS: Gerrit_Virtual_Submit Reviewed-by: Alex Waterman --- include/linux/nvmap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux') 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 { * handle; on return, the argument is the name of the new handle */ #define NVMAP_IOC_CREATE _IOWR(NVMAP_IOC_MAGIC, 0, struct nvmap_create_handle) -#define NVMAP_IOC_CLAIM _IOWR(NVMAP_IOC_MAGIC, 1, struct nvmap_create_handle) #define NVMAP_IOC_FROM_ID _IOWR(NVMAP_IOC_MAGIC, 2, struct nvmap_create_handle) /* Actually allocates memory for the specified handle */ -- cgit v1.2.2