summaryrefslogtreecommitdiffstats
path: root/include/linux/nvmap.h
diff options
context:
space:
mode:
authorKrishna Reddy <vdumpa@nvidia.com>2014-03-20 18:25:41 -0400
committerDan Willemsen <dwillemsen@nvidia.com>2015-03-18 15:09:15 -0400
commitd05dd4d1dcd14f83fb6857c5eb8a8212c54eeb39 (patch)
tree14f85b9f1895176fe858a0c9540bcc30dd7da4c2 /include/linux/nvmap.h
parent59ba01267ab8cd46a1172203b91879f0e41e5db8 (diff)
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 <vdumpa@nvidia.com> Reviewed-on: http://git-master/r/384641 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Vandana Salve <vsalve@nvidia.com>
Diffstat (limited to 'include/linux/nvmap.h')
-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 cb7d90eb0..f708b23f2 100644
--- a/include/linux/nvmap.h
+++ b/include/linux/nvmap.h
@@ -81,7 +81,6 @@ struct nvmap_platform_carveout {
81 phys_addr_t base; 81 phys_addr_t base;
82 size_t size; 82 size_t size;
83 struct device *cma_dev; 83 struct device *cma_dev;
84 size_t cma_chunk_size;
85 bool resize; 84 bool resize;
86}; 85};
87 86