From d05dd4d1dcd14f83fb6857c5eb8a8212c54eeb39 Mon Sep 17 00:00:00 2001 From: Krishna Reddy Date: Thu, 20 Mar 2014 15:25:41 -0700 Subject: nvmap: remove obsolete cma_chunk_size member remove obsolete cma_chunk_size memger from nvmap platform data. Bug 1485389 Change-Id: Ia6e54205f60a2d93bff1be6185a07efaae532991 Signed-off-by: Krishna Reddy Reviewed-on: http://git-master/r/384641 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Vandana Salve --- include/linux/nvmap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'include/linux/nvmap.h') diff --git a/include/linux/nvmap.h b/include/linux/nvmap.h index cb7d90eb0..f708b23f2 100644 --- a/include/linux/nvmap.h +++ b/include/linux/nvmap.h @@ -81,7 +81,6 @@ struct nvmap_platform_carveout { phys_addr_t base; size_t size; struct device *cma_dev; - size_t cma_chunk_size; bool resize; }; -- cgit v1.2.2