From 1e3812d18da30159ebd0f4da0dd838ea41b1835d Mon Sep 17 00:00:00 2001 From: Krishna Reddy Date: Thu, 20 Mar 2014 15:06:48 -0700 Subject: nvmap: add dma_dev pointer to nvmap platform data Bug 1485389 Change-Id: I0d40867fef3e4c3e60d10b0457e687957c9261ec Signed-off-by: Krishna Reddy Reviewed-on: http://git-master/r/384637 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Vandana Salve --- include/linux/nvmap.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/linux/nvmap.h') diff --git a/include/linux/nvmap.h b/include/linux/nvmap.h index f708b23f2..041e7fe26 100644 --- a/include/linux/nvmap.h +++ b/include/linux/nvmap.h @@ -82,6 +82,7 @@ struct nvmap_platform_carveout { size_t size; struct device *cma_dev; bool resize; + struct device *dma_dev; }; struct nvmap_platform_data { -- cgit v1.2.2